Creates a color record based on a 32-bit color value.
class function Create(const Color: Cardinal): TAgkColor; overload; static;
Parameters |
Description |
const Color: Cardinal |
the color in $AARRGGBB format. |
The color value.
Copyright (c) 2012. All rights reserved.
|