Changeset 11 for trunk/UCore.pas
- Timestamp:
- Sep 22, 2014, 3:11:14 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UCore.pas
r10 r11 63 63 64 64 uses 65 UFormNew, UFormMain, Forms, UColorRGBA8, UColorGray8, UColorGray1, UColorGray4; 65 UFormNew, UFormMain, Forms, UColorRGBA8, UColorGray8, UColorGray1, UColorGray4, 66 UColorRGB565; 66 67 67 68 function FloatPoint(AX, AY: Double): TFloatPoint; … … 78 79 79 80 ColorManager.RegisterFormat(TGColorFormatRGBA8); 81 ColorManager.RegisterFormat(TGColorFormatRGB565); 80 82 ColorManager.RegisterFormat(TGColorFormatGray8); 81 83 ColorManager.RegisterFormat(TGColorFormatGray4);
Note:
See TracChangeset
for help on using the changeset viewer.