Home > All Other Interfaces > IColor > FromARGBColor

FromARGBColor

Sets the IColor6 object from ARGB color format (0xAARRGGBB).

 

JavaScript

 

FromARGBColor(

      ARGBColor)

 

C#

 

void FromARGBColor(

      uint ARGBColor)

 

C++

 

HRESULT FromARGBColor(

      unsigned long ARGBColor)

Parameters

ARGBColor

An integer that represents ARGB color format.

Exceptions

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