|
Blender V5.0
|
#include <DNA_brush_types.h>
Public Attributes | |
| struct PaletteColor * | next |
| struct PaletteColor * | prev |
| float | color [3] |
| float | value |
| float rgb[3] | DNA_DEPRECATED |
| float | _pad |
Definition at line 439 of file DNA_brush_types.h.
| float PaletteColor::_pad |
Definition at line 447 of file DNA_brush_types.h.
| float PaletteColor::color[3] |
Definition at line 442 of file DNA_brush_types.h.
Referenced by BKE_gpencil_palette_ensure(), BKE_palette_color_set(), BKE_palette_color_sync_legacy(), BKE_palette_from_hash(), palette_color_add_exec(), palette_join_exec(), and palette_sort_exec().
| float rgb [3] PaletteColor::DNA_DEPRECATED |
Definition at line 446 of file DNA_brush_types.h.
| struct PaletteColor* PaletteColor::next |
Definition at line 440 of file DNA_brush_types.h.
| struct PaletteColor * PaletteColor::prev |
Definition at line 440 of file DNA_brush_types.h.
| float PaletteColor::value |
Definition at line 443 of file DNA_brush_types.h.
Referenced by palette_color_add_exec(), and palette_join_exec().