<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to ColorFormats</title><link>https://sourceforge.net/p/pixelimage/wiki/ColorFormats/</link><description>Recent changes to ColorFormats</description><atom:link href="https://sourceforge.net/p/pixelimage/wiki/ColorFormats/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 21 Oct 2016 10:19:42 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/pixelimage/wiki/ColorFormats/feed" rel="self" type="application/rss+xml"/><item><title>ColorFormats modified by Kaban</title><link>https://sourceforge.net/p/pixelimage/wiki/ColorFormats/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;List of color formats supported:&lt;br/&gt;
Enumeration started from 0.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;type
    TSPixelFormat = (
        spf1bit,      // 2 colors, palette
        spf4bit,      // 16 colors, palette
        spf8bit,      // 256 colors, palette
        spf12bit,     // 4096 colors, BGR444
        spf16bit,     // 65536 colors, BGR565
        spf18bit,     // 262144 colors BGR666
        spf24bit,     // BGR888
        spf12BitRGB,  // RGB444
        spf16BitRGB,  // RGB565
        spf18BitRGB,  // RGB666
        spf24BitRGB,  // RGB888
        spf16Bit555ABGR,  //BGR555 with 1bit Alpha (A1B5G5G5)
        spf16Bit555ARGB   //RGB555 with 1bit Alpha (A1R5G5B5)
    );
&lt;/pre&gt;&lt;/div&gt;

&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kaban</dc:creator><pubDate>Fri, 21 Oct 2016 10:19:42 -0000</pubDate><guid>https://sourceforge.net0c04fc3c45230ab66394c3cf1688b1e8d157c736</guid></item></channel></rss>