|
Blender V5.0
|
#include "BLI_math_color.h"#include "BKE_brush.hh"#include "BKE_context.hh"#include "BKE_curves.hh"#include "BKE_grease_pencil.hh"#include "BKE_paint.hh"#include "DEG_depsgraph.hh"#include "RNA_access.hh"#include "RNA_define.hh"#include "ED_curves.hh"#include "ED_grease_pencil.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::greasepencil |
Enumerations | |
| enum class | blender::ed::greasepencil::VertexColorMode : int8_t { blender::ed::greasepencil::Stroke = 0 , blender::ed::greasepencil::Fill = 1 , blender::ed::greasepencil::Both = 2 } |
Variables | |
| static const EnumPropertyItem | blender::ed::greasepencil::prop_grease_pencil_vertex_mode [] |
| void ED_operatortypes_grease_pencil_vertex_paint | ( | ) |
Definition at line 491 of file grease_pencil/intern/grease_pencil_vertex_paint.cc.
References blender::ed::greasepencil::GREASE_PENCIL_OT_stroke_reset_vertex_color(), blender::ed::greasepencil::GREASE_PENCIL_OT_vertex_color_brightness_contrast(), blender::ed::greasepencil::GREASE_PENCIL_OT_vertex_color_hsv(), blender::ed::greasepencil::GREASE_PENCIL_OT_vertex_color_invert(), blender::ed::greasepencil::GREASE_PENCIL_OT_vertex_color_levels(), blender::ed::greasepencil::GREASE_PENCIL_OT_vertex_color_set(), and WM_operatortype_append().
Referenced by ED_operatortypes_grease_pencil().