Changeset 24 for branches/Xvcl/Drivers/Driver.VideoVCL.pas
- Timestamp:
- May 8, 2013, 2:53:22 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Xvcl/Drivers/Driver.VideoVCL.pas
r23 r24 5 5 uses 6 6 Vcl.Forms, Vcl.Graphics, System.Types, UFormMain, Xvcl.Classes, Xvcl.Kernel, 7 Xvcl.Graphics ;7 Xvcl.Graphics, Generics.Collections; 8 8 9 9 type … … 63 63 clSilver: Result := $c0c0c0; 64 64 clGray: Result := $808080; 65 clLightBlue: Result := $ff 8080;66 clLightRed: Result := $ 80ff80;67 clLightGreen: Result := $ 8080ff;65 clLightBlue: Result := $ffb0b0; 66 clLightRed: Result := $b0ffb0; 67 clLightGreen: Result := $b0b0ff; 68 68 clBrown: Result := $a52a2a; 69 69 clMagenta: Result := $ff00ff;
Note:
See TracChangeset
for help on using the changeset viewer.