FromBGRColor
Sets the IColor6 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.