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

    r36 r39  
    4343  { TBPixmapRGB8 }
    4444
    45   TBPixmapRGB8 = class(TBImage)
     45  TBPixmapRGB8 = class(TBPixmap)
    4646  private
    4747    FillCallBack: TGetColorPos;
     
    8181  BitDepth := 24;
    8282  Name := 'RGB8';
    83   BackendImageClass := TBPixmapRGB8;
     83  BackendPixmapClass := TBPixmapRGB8;
    8484  BackendColorClass := TBColorRGB8;
    8585  AddChannel('Red', 0, 8);
Note: See TracChangeset for help on using the changeset viewer.