Ignore:
Timestamp:
Oct 15, 2018, 5:17:15 PM (6 years ago)
Author:
chronos
Message:
  • Added: 16-bit channel RGB color format.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/FastGraphics/UFGraphics.pas

    r39 r40  
    207207uses
    208208  UColorGray1, UColorGray2,UColorGray4, UColorGray8, UColorRGB8, UColorRGBA8,
    209   UColorRGB565;
     209  UColorRGB565, UColorRGB16;
    210210
    211211procedure Register;
     
    633633  RegisterFormat(TColorFormatRGBA8);
    634634  RegisterFormat(TColorFormatRGB565);
     635  RegisterFormat(TColorFormatRGB16);
    635636end;
    636637
Note: See TracChangeset for help on using the changeset viewer.