|
Open CASCADE Technology
6.5.4
|
POD structure for packed BGRA color value (4 bytes)
#include <Image_Color.hxx>
Public Member Functions | |
| Standard_Byte | r () const |
| Alias to 3rd component (red intensity). | |
| Standard_Byte | g () const |
| Alias to 2nd component (green intensity). | |
| Standard_Byte | b () const |
| Alias to 1st component (blue intensity). | |
| Standard_Byte | a () const |
| Alias to 4th component (alpha value). | |
| Standard_Byte & | r () |
| Alias to 3rd component (red intensity). | |
| Standard_Byte & | g () |
| Alias to 2nd component (green intensity). | |
| Standard_Byte & | b () |
| Alias to 1st component (blue intensity). | |
| Standard_Byte & | a () |
| Alias to 4th component (alpha value). | |
Static Public Member Functions | |
| static Standard_Integer | Length () |
| Returns the number of components. | |
Data Fields | |
| Standard_Byte | v [4] |
| Standard_Byte Image_ColorBGRA::a | ( | ) | const [inline] |
| Standard_Byte& Image_ColorBGRA::a | ( | ) | [inline] |
| Standard_Byte Image_ColorBGRA::b | ( | ) | const [inline] |
| Standard_Byte& Image_ColorBGRA::b | ( | ) | [inline] |
| Standard_Byte Image_ColorBGRA::g | ( | ) | const [inline] |
| Standard_Byte& Image_ColorBGRA::g | ( | ) | [inline] |
| static Standard_Integer Image_ColorBGRA::Length | ( | void | ) | [inline, static] |
| Standard_Byte Image_ColorBGRA::r | ( | ) | const [inline] |
| Standard_Byte& Image_ColorBGRA::r | ( | ) | [inline] |
1.8.0