ToARGBColor

Returns the color as an integer in ARGB color format (0xAARRGGBB).

 

JavaScript

 

ToARGBColor()

 

C#

 

uint ToARGBColor()

 

C++

 

HRESULT ToARGBColor(

       unsigned long* ARGBColor)

Return Value

ARGBColor

The color as an integer in ARGB color format.

Exceptions

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