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/UColorGray2.pas

    r30 r39  
    3535  { TBPixmapGray2 }
    3636
    37   TBPixmapGray2 = class(TBImage)
     37  TBPixmapGray2 = class(TBPixmap)
    3838  private
    3939    FillCallBack: TGetColorPos;
     
    7171  BitDepth := 2;
    7272  BackendColorClass := TBColorGray2;
    73   BackendImageClass := TBPixmapGray2;
     73  BackendPixmapClass := TBPixmapGray2;
    7474  AddChannel('Gray', 0, 2);
    7575end;
Note: See TracChangeset for help on using the changeset viewer.