|
Blender V4.3
|
#include "MEM_guardedalloc.h"#include "DNA_screen_types.h"#include "BLI_bitmap_draw_2d.h"#include "BLI_math_vector.h"#include "BKE_colorband.hh"#include "BKE_context.hh"#include "RNA_access.hh"#include "RNA_prototypes.hh"#include "UI_interface.hh"#include "WM_api.hh"#include "WM_types.hh"#include "interface_intern.hh"#include "eyedropper_intern.hh"Go to the source code of this file.
Classes | |
| struct | blender::ui::EyedropperColorband |
| struct | blender::ui::EyedropperColorband_Context |
Namespaces | |
| namespace | blender |
| namespace | blender::ui |
Eyedropper (Color Band).
Operates by either:
Defines:
Definition in file eyedropper_colorband.cc.