Home > All Other Interfaces > IColor > FromABGRColor

FromABGRColor

Sets the IColor6 object from ABGR color format (0xAABBGGRR).

 

JavaScript

 

FromABGRColor(

      abgrColor)

 

C#

 

void FromABGRColor(

      uint abgrColor)

 

C++

 

HRESULT FromABGRColor(

      unsigned long abgrColor)

Parameters

abgrColor

An integer that represents ABGR color format.

Exceptions

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