Open CASCADE Technology
7.0.0
|
POD structure for packed BGR float color value (3 floats) More...
#include <Image_Color.hxx>
Public Types | |
typedef Standard_ShortReal | ComponentType_t |
Component type. More... | |
Public Member Functions | |
Standard_ShortReal | r () const |
Alias to 3rd component (red intensity). More... | |
Standard_ShortReal | g () const |
Alias to 2nd component (green intensity). More... | |
Standard_ShortReal | b () const |
Alias to 1st component (blue intensity). More... | |
Standard_ShortReal & | r () |
Alias to 3rd component (red intensity). More... | |
Standard_ShortReal & | g () |
Alias to 2nd component (green intensity). More... | |
Standard_ShortReal & | b () |
Alias to 1st component (blue intensity). More... | |
Static Public Member Functions | |
static Standard_Integer | Length () |
Returns the number of components. More... | |
Data Fields | |
Standard_ShortReal | v [3] |
POD structure for packed BGR float color value (3 floats)
Component type.
|
inline |
Alias to 1st component (blue intensity).
|
inline |
Alias to 1st component (blue intensity).
|
inline |
Alias to 2nd component (green intensity).
|
inline |
Alias to 2nd component (green intensity).
|
inlinestatic |
Returns the number of components.
|
inline |
Alias to 3rd component (red intensity).
|
inline |
Alias to 3rd component (red intensity).
Standard_ShortReal Image_ColorBGRF::v[3] |