|
Blender V4.3
|
#include <DNA_texture_types.h>
Public Attributes | |
| float | r |
| float | g |
| float | b |
| float | a |
| float | pos |
| int | cur |
Definition at line 79 of file DNA_texture_types.h.
| float CBData::a |
Definition at line 80 of file DNA_texture_types.h.
Referenced by BKE_colorband_evaluate(), BKE_colorband_init(), colorband_init_from_table_rgba_simple(), DRW_globals_update(), and dynamicPaint_createType().
| float CBData::b |
Definition at line 80 of file DNA_texture_types.h.
Referenced by BKE_colorband_evaluate(), BKE_colorband_init(), DRW_globals_update(), and dynamicPaint_createType().
| int CBData::cur |
Definition at line 81 of file DNA_texture_types.h.
Referenced by BKE_colorband_update_sort(), colorband_init_from_table_rgba_resample(), and colorband_init_from_table_rgba_simple().
| float CBData::g |
Definition at line 80 of file DNA_texture_types.h.
Referenced by BKE_colorband_evaluate(), BKE_colorband_init(), DRW_globals_update(), and dynamicPaint_createType().
| float CBData::pos |
Definition at line 80 of file DNA_texture_types.h.
Referenced by BKE_colorband_element_add(), BKE_colorband_evaluate(), BKE_colorband_init(), colorband_add(), colorband_distribute(), colorband_flip(), colorband_init_from_table_rgba_resample(), colorband_init_from_table_rgba_simple(), blender::nodes::node_composite_color_ramp_cc::ColorRampShaderNode::compile(), DRW_globals_update(), dynamicPaint_createType(), blender::nodes::node_shader_color_ramp_cc::gpu_shader_valtorgb(), ui_do_but_COLORBAND(), ui_draw_but_COLORBAND(), and vergcband().
| float CBData::r |
Definition at line 80 of file DNA_texture_types.h.
Referenced by BKE_colorband_element_add(), BKE_colorband_evaluate(), BKE_colorband_init(), colorband_init_from_table_rgba_resample(), colorband_init_from_table_rgba_simple(), blender::nodes::node_composite_color_ramp_cc::ColorRampShaderNode::compile(), DRW_globals_update(), dynamicPaint_createType(), blender::nodes::node_shader_color_ramp_cc::gpu_shader_valtorgb(), blender::init_data(), ui_do_but_COLOR(), and ui_draw_but_COLORBAND().