Ignore:
Timestamp:
Dec 22, 2016, 1:13:04 PM (8 years ago)
Author:
chronos
Message:
  • Modified: RGB8 related code moved to UColorRGB8 unit.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gbitmap/UFormMain.pas

    r21 r22  
    276276  with Image do begin
    277277    Size := Point(100, 100);
    278     ColorFormat := ColorFormatManager.Formats[1];
     278    ColorFormat := ColorFormatManager.Formats[5];
    279279    Fill(GImage.TColor.Create(ColorFormat, cnWhite));
    280280    Pixels[0, 0] := GImage.TColor.Create(ColorFormat, cnBlack);
Note: See TracChangeset for help on using the changeset viewer.