BNDwidgetTheme

describes the theme used to draw a single widget or widget box; * these values correspond to the same values that can be retrieved from * the Theme panel in the Blender preferences

Members

Variables

innerColor
NVGColor innerColor;

fill color of widget box

innerSelectedColor
NVGColor innerSelectedColor;

fill color of widget box when active

itemColor
NVGColor itemColor;

color of widget item (meaning changes depending on class)

name
string name;

theme name

outlineColor
NVGColor outlineColor;

color of widget box outline

shadeDown
int shadeDown;

delta modifier for lower part of gradient (-100 to 100)

shadeTop
int shadeTop;

delta modifier for upper part of gradient (-100 to 100)

textCaretColor
NVGColor textCaretColor;

color of caret for text field (if transparent, use textColor)

textColor
NVGColor textColor;

color of text label

textHoverColor
NVGColor textHoverColor;

color of hovered text (if transparent, use textSelectedColor)

textSelectedColor
NVGColor textSelectedColor;

color of text label when active

Suggestion Box / Bug Report