ToABGRColor

Returns the color as an integer in ABGR format (0xAABBGGRR).

 

JavaScript

 

ToABGRColor()

 

C#

 

uint ToABGRColor()

 

C++

 

HRESULT ToABGRColor(

       unsigned long* abgrColor)

Return Value

abgrColor

The color as an integer in ABGR format.

Exceptions

See: HRESULT Return Values for a list of possible values returned by the HRESULT.