Table of Contents

Class MultiSlider.SliderSettings

Namespace
Coherence.Toolkit
Assembly
Coherence.Editor.dll
public class MultiSlider.SliderSettings
Inheritance
MultiSlider.SliderSettings

Constructors

SliderSettings(MinMaxFloat, MinMaxColor, bool, GUIStyle)

public SliderSettings(MinMaxFloat sliderRange, MinMaxColor sliderColors, bool drawValueIfGrabbing, GUIStyle segmentLabelStyle)

Parameters

sliderRange MinMaxFloat
sliderColors MinMaxColor
drawValueIfGrabbing bool
segmentLabelStyle GUIStyle

Fields

BrightenIfSelected

public float BrightenIfSelected

Field Value

float

InputKnobSize

public float InputKnobSize

Field Value

float

SliderHightlight

public float SliderHightlight

Field Value

float

Properties

DrawValueIfGrabbing

public bool DrawValueIfGrabbing { get; }

Property Value

bool

Range

public MinMaxFloat Range { get; }

Property Value

MinMaxFloat

SegmentLabelStyle

public GUIStyle SegmentLabelStyle { get; }

Property Value

GUIStyle

Methods

GetColorProgress(float)

public Color GetColorProgress(float progress)

Parameters

progress float

Returns

Color

GetSliderProgress(float)

public float GetSliderProgress(float value)

Parameters

value float

Returns

float