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