ColorScheme

A color scheme contains all the configurable GUI element colors.

Members

Functions

walkColors
auto walkColors()

Return a range of all colors. This gives you ref access, which means you can modify the values.

Structs

Button
struct Button
Checkbox
struct Checkbox
Collapse
struct Collapse
Generic
struct Generic
Item
struct Item
Label
struct Label
Scroll
struct Scroll
Slider
struct Slider
TextInput
struct TextInput
Value
struct Value

Variables

button
Button button;

Colors for button elements.

checkbox
Checkbox checkbox;

Colors for checkbox elements.

collapse
Collapse collapse;

Colors for collapse elements.

generic
Generic generic;

Colors for the generic imguiDraw* functions.

item
Item item;

Colors for item elements.

label
Label label;

Colors for label elements.

scroll
Scroll scroll;

Colors for the scrollable area.

separator
RGBA separator;

Color for the separator line.

slider
Slider slider;

Colors for slider elements.

textInput
TextInput textInput;

Colors for text input elements.

value
Value value;

Colors for value elements.

Meta