POD structure for packed BGR color value (4 bytes with extra byte for alignment) More...
#include <Image_Color.hxx>
| Public Types | |
| typedef Standard_Byte | ComponentType_t | 
| Component type. | |
| 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 (dummy). | |
| 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 (dummy). | |
| Static Public Member Functions | |
| static Standard_Integer | Length () | 
| Returns the number of components. | |
| Data Fields | |
| Standard_Byte | v [4] | 
POD structure for packed BGR color value (4 bytes with extra byte for alignment)
Component type.
| 
 | inline | 
Alias to 4th component (dummy).
| 
 | inline | 
Alias to 4th component (dummy).
| 
 | 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_Byte Image_ColorBGR32::v[4] |