|
Blender
V2.93
|
#include <BLI_color.hh>
Public Member Functions | |
| Color4f ()=default | |
| Color4f (const float *rgba) | |
| Color4f (float r, float g, float b, float a) | |
| operator float * () | |
| operator const float * () const | |
| uint64_t | hash () const |
Public Attributes | |
| float | r |
| float | g |
| float | b |
| float | a |
Friends | |
| std::ostream & | operator<< (std::ostream &stream, Color4f c) |
| bool | operator== (const Color4f &a, const Color4f &b) |
| bool | operator!= (const Color4f &a, const Color4f &b) |
Definition at line 25 of file BLI_color.hh.
|
default |
|
inline |
Definition at line 30 of file BLI_color.hh.
Definition at line 34 of file BLI_color.hh.
|
inline |
|
inline |
Definition at line 43 of file BLI_color.hh.
References r.
|
inline |
Definition at line 38 of file BLI_color.hh.
References r.
Definition at line 59 of file BLI_color.hh.
|
friend |
Definition at line 48 of file BLI_color.hh.
Definition at line 54 of file BLI_color.hh.
| float blender::Color4f::a |
Definition at line 26 of file BLI_color.hh.
Referenced by ColorBandFunction::call(), blender::nodes::clamp_value(), blender::attribute_math::Color4fMixer::finalize(), hash(), and blender::attribute_math::Color4fMixer::mix_in().
| float blender::Color4f::b |
Definition at line 26 of file BLI_color.hh.
Referenced by SeparateRGBFunction::call(), blender::nodes::clamp_value(), blender::attribute_math::Color4fMixer::finalize(), hash(), and blender::attribute_math::Color4fMixer::mix_in().
| float blender::Color4f::g |
Definition at line 26 of file BLI_color.hh.
Referenced by SeparateRGBFunction::call(), blender::nodes::clamp_value(), blender::attribute_math::Color4fMixer::finalize(), hash(), and blender::attribute_math::Color4fMixer::mix_in().
| float blender::Color4f::r |
Definition at line 26 of file BLI_color.hh.
Referenced by SeparateRGBFunction::call(), blender::nodes::clamp_value(), blender::ed::spreadsheet::SpreadsheetLayoutDrawer::draw_content_cell(), blender::attribute_math::Color4fMixer::finalize(), hash(), blender::attribute_math::Color4fMixer::mix_in(), operator const float *(), and operator float *().