ToRGBColor

Returns the color as an integer in RGB color format (0x00RRGGBB).

 

JavaScript

 

ToRGBColor()

 

C#

 

uint ToRGBColor()

 

C++

 

HRESULT ToRGBColor(

       unsigned long* RGBColor)

Return Value

RGBColor

The color as an integer in RGB color format.

Exceptions

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