POD structure for packed RGB color value (3 bytes).
More...
#include <Image_Color.hxx>
|
| uint8_t | r () const |
| | Alias to 1st component (red intensity).
|
| uint8_t | g () const |
| | Alias to 2nd component (green intensity).
|
| uint8_t | b () const |
| | Alias to 3rd component (blue intensity).
|
| uint8_t & | r () |
| | Alias to 1st component (red intensity).
|
| uint8_t & | g () |
| | Alias to 2nd component (green intensity).
|
| uint8_t & | b () |
| | Alias to 3rd component (blue intensity).
|
|
| static int | Length () |
| | Returns the number of components.
|
POD structure for packed RGB color value (3 bytes).
◆ ComponentType_t
◆ b() [1/2]
| uint8_t & Image_ColorRGB::b |
( |
| ) |
|
|
inline |
Alias to 3rd component (blue intensity).
◆ b() [2/2]
| uint8_t Image_ColorRGB::b |
( |
| ) |
const |
|
inline |
Alias to 3rd component (blue intensity).
◆ g() [1/2]
| uint8_t & Image_ColorRGB::g |
( |
| ) |
|
|
inline |
Alias to 2nd component (green intensity).
◆ g() [2/2]
| uint8_t Image_ColorRGB::g |
( |
| ) |
const |
|
inline |
Alias to 2nd component (green intensity).
◆ Length()
| int Image_ColorRGB::Length |
( |
| ) |
|
|
inlinestatic |
Returns the number of components.
◆ r() [1/2]
| uint8_t & Image_ColorRGB::r |
( |
| ) |
|
|
inline |
Alias to 1st component (red intensity).
◆ r() [2/2]
| uint8_t Image_ColorRGB::r |
( |
| ) |
const |
|
inline |
Alias to 1st component (red intensity).
| uint8_t Image_ColorRGB::v[3] |
The documentation for this struct was generated from the following file: