Scaleform::Render::Color::Rgb32

Scaleform::Render::Color::Rgb32
struct Rgb32 {
  UByte Alpha;
  UByte Red;
  UByte Green;
  UByte Blue;
};
Description

Rgb32 represents a 32-bit color structure.

Members
Members 
Description 
UByte Alpha; 
Alpha component. Usually used to represent transparency. 
UByte Red; 
Red component of the color. 
UByte Green; 
Green component of the color. 
UByte Blue; 
Blue component of the color. 
File

Render_Color.h