Ignore:
Timestamp:
Oct 10, 2018, 3:48:47 PM (6 years ago)
Author:
chronos
Message:
  • Added: Mirror, Flip, Gradient, Negative for 4-bit gray image.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/FastGraphics/ColorFormats/UColorGray1.pas

    r32 r39  
    3636  { TBPixmapGray1 }
    3737
    38   TBPixmapGray1 = class(TBImage)
     38  TBPixmapGray1 = class(TBPixmap)
    3939  private
    4040    FillCallBack: TGetColorPos;
     
    7373  BitDepth := 1;
    7474  BackendColorClass := TBColorGray1;
    75   BackendImageClass := TBPixmapGray1;
     75  BackendPixmapClass := TBPixmapGray1;
    7676  AddChannel('Gray', 0, 1);
    7777end;
Note: See TracChangeset for help on using the changeset viewer.