FromBGRColor

Sets the IColor80 object from BGR color format (0x00BBGGRR).

 

JavaScript

 

FromBGRColor(

       BGRColor)

 

C#

 

void FromBGRColor(

       uint BGRColor)

 

C++

 

HRESULT FromBGRColor(

       unsigned long BGRColor)

Return Value

BGRColor

An integer that represents BGR color format.

Exceptions

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