Click or drag to resize

GraphicColorSetter Class

Set the color of a Graphic depending on the color data value.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Foundation.SettersSingleSetter
              Slash.Unity.DataBind.Foundation.SettersSingleSetterColor
                Slash.Unity.DataBind.Foundation.SettersComponentSingleSetterGraphic, Color
                  Slash.Unity.DataBind.UI.Unity.SettersGraphicColorSetter

Namespace:  Slash.Unity.DataBind.UI.Unity.Setters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class GraphicColorSetter : ComponentSingleSetter<Graphic, Color>

The GraphicColorSetter type exposes the following members.

Constructors
  NameDescription
Public methodGraphicColorSetter
Initializes a new instance of the GraphicColorSetter class
Top
Methods
See Also