Changeset 22 for branches/gbitmap/UFormMain.pas
- Timestamp:
- Dec 22, 2016, 1:13:04 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gbitmap/UFormMain.pas
r21 r22 276 276 with Image do begin 277 277 Size := Point(100, 100); 278 ColorFormat := ColorFormatManager.Formats[ 1];278 ColorFormat := ColorFormatManager.Formats[5]; 279 279 Fill(GImage.TColor.Create(ColorFormat, cnWhite)); 280 280 Pixels[0, 0] := GImage.TColor.Create(ColorFormat, cnBlack);
Note:
See TracChangeset
for help on using the changeset viewer.