AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkColor.Create Method (Cardinal)

Creates a color record based on a 32-bit color value.

Syntax
Pascal
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.