Struct BlendColor
Blends colors
public struct BlendColor
- Inherited Members
- Extension Methods
Fields
Current
public Color4 Current
Field Value
- Color4
States
public Color4[] States
Field Value
- Color4[]
Methods
Blend(ControlState, float)
Blend the colors together
public void Blend(ControlState state, float elapsedTime)
Parameters
stateControlStateelapsedTimefloat
Blend(ControlState, float, float)
Blend the colors together
public void Blend(ControlState state, float elapsedTime, float rate)
Parameters
stateControlStateelapsedTimefloatratefloat
Initialize(Color4)
Initialize the color blending
public void Initialize(Color4 defaultColor)
Parameters
defaultColorColor4
Initialize(Color4, Color4, Color4)
Initialize the color blending
public void Initialize(Color4 defaultColor, Color4 disabledColor, Color4 hiddenColor)
Parameters
defaultColorColor4disabledColorColor4hiddenColorColor4