ColorScheme.Slider

struct ColorScheme
static
struct Slider {
RGBA back;
RGBA thumb;
RGBA thumbHover;
RGBA thumbPress;
RGBA text;
RGBA textHover;
RGBA textDisabled;
RGBA value;
RGBA valueHover;
RGBA valueDisabled;
}

Meta