Blender
V3.3
|
#include <DNA_brush_types.h>
Public Attributes | |
float | rgb [3] |
float | value |
float | h |
float | s |
float | v |
Definition at line 387 of file DNA_brush_types.h.
float tPaletteColorHSV::h |
Definition at line 390 of file DNA_brush_types.h.
Referenced by BKE_palette_from_hash(), palette_sort_exec(), palettecolor_compare_hsv(), palettecolor_compare_svh(), and palettecolor_compare_vhs().
float tPaletteColorHSV::rgb[3] |
Definition at line 388 of file DNA_brush_types.h.
Referenced by BKE_palette_from_hash(), palette_sort_exec(), and palettecolor_compare_luminance().
float tPaletteColorHSV::s |
Definition at line 391 of file DNA_brush_types.h.
Referenced by BKE_palette_from_hash(), palette_sort_exec(), palettecolor_compare_hsv(), palettecolor_compare_svh(), and palettecolor_compare_vhs().
float tPaletteColorHSV::v |
Definition at line 392 of file DNA_brush_types.h.
Referenced by BKE_palette_from_hash(), palette_sort_exec(), palettecolor_compare_hsv(), palettecolor_compare_svh(), and palettecolor_compare_vhs().
float tPaletteColorHSV::value |
Definition at line 389 of file DNA_brush_types.h.
Referenced by palette_sort_exec().