Number which represents the color in ABGR format (0xAABBGGRR).
|
JavaScript |
|
|
abgrColor |
|
|
C# |
|
|
uint abgrColor { get; set; } |
|
|
C++ |
|
|
HRESULT abgrColor([out, retval] unsigned long* pVal) HRESULT abgrColor([in] unsigned long pVal) |
|