|
Blender
V2.93
|
#include <DNA_brush_types.h>
Public Attributes | |
| struct PaletteColor * | next |
| struct PaletteColor * | prev |
| float | rgb [3] |
| float | value |
Definition at line 386 of file DNA_brush_types.h.
| struct PaletteColor* PaletteColor::next |
Definition at line 387 of file DNA_brush_types.h.
Referenced by palette_blend_write(), palette_join_exec(), and palette_sort_exec().
| struct PaletteColor * PaletteColor::prev |
Definition at line 387 of file DNA_brush_types.h.
| float PaletteColor::rgb[3] |
Definition at line 389 of file DNA_brush_types.h.
Referenced by BKE_gpencil_palette_ensure(), BKE_palette_from_hash(), eyedropper_add_palette_color(), paint_sample_color(), palette_color_add_exec(), palette_join_exec(), and palette_sort_exec().
| float PaletteColor::value |
Definition at line 390 of file DNA_brush_types.h.
Referenced by palette_color_add_exec(), and palette_join_exec().