Blender V5.0
interface_template_color_picker.cc File Reference
#include "BLI_listbase.h"
#include "BLI_math_vector.h"
#include "BLI_string_ref.hh"
#include "BLT_translation.hh"
#include "DNA_brush_types.h"
#include "RNA_access.hh"
#include "RNA_prototypes.hh"
#include "UI_interface_layout.hh"
#include "interface_intern.hh"

Go to the source code of this file.

Macros

#define WHEEL_SIZE   (5 * U.widget_unit)

Functions

void uiTemplateColorPicker (uiLayout *layout, PointerRNA *ptr, const StringRefNull propname, bool value_slider, bool lock, bool lock_luminosity, bool cubic)
static void ui_template_palette_menu (bContext *, uiLayout *layout, void *)
void uiTemplatePalette (uiLayout *layout, PointerRNA *ptr, const StringRefNull propname, bool)
void uiTemplateCryptoPicker (uiLayout *layout, PointerRNA *ptr, const StringRefNull propname, int icon)

Macro Definition Documentation

◆ WHEEL_SIZE

#define WHEEL_SIZE   (5 * U.widget_unit)

Definition at line 25 of file interface_template_color_picker.cc.

Referenced by uiTemplateColorPicker().

Function Documentation

◆ ui_template_palette_menu()

void ui_template_palette_menu ( bContext * ,
uiLayout * layout,
void *  )
static

◆ uiTemplateColorPicker()

◆ uiTemplateCryptoPicker()

◆ uiTemplatePalette()