ARGB.Create Method
Creates a new color with the ARGB components.
Syntax
Unit: FlexCel.Core
class function ARGB.Create(const ARGB: Int64): TUIColor; static; overload;
Parameters
<-> |
Parameter |
Type |
Description |
const |
ARGB |
Int64 |
Alpha, red, green and blue components as AARRBBGG |
See also