POD structure for packed float RG color value (2 floats)
More...
#include <Image_Color.hxx>
|
| float | r () const |
| | Alias to 1st component (red intensity).
|
| |
| float | g () const |
| | Alias to 2nd component (green intensity).
|
| |
| float & | r () |
| | Alias to 1st component (red intensity).
|
| |
| float & | g () |
| | Alias to 2nd component (green intensity).
|
| |
POD structure for packed float RG color value (2 floats)
◆ ComponentType_t
◆ g() [1/2]
| float & Image_ColorRGF::g |
( |
| ) |
|
|
inline |
Alias to 2nd component (green intensity).
◆ g() [2/2]
| float Image_ColorRGF::g |
( |
| ) |
const |
|
inline |
Alias to 2nd component (green intensity).
◆ Length()
Returns the number of components.
◆ r() [1/2]
| float & Image_ColorRGF::r |
( |
| ) |
|
|
inline |
Alias to 1st component (red intensity).
◆ r() [2/2]
| float Image_ColorRGF::r |
( |
| ) |
const |
|
inline |
Alias to 1st component (red intensity).
| float Image_ColorRGF::v[2] |
The documentation for this struct was generated from the following file: