SmartColor Constructor
Overload List
Overload | Description |
---|---|
SmartColor Constructor() | Initializes a new instance of the SmartColor object. |
SmartColor Constructor(Color,ScaleRange) | Initializes a new instance of the SmartColor object with a color and scale range. By default this will check element's YValue to determine whether they inherit this color. |
SmartColor Constructor(Color,ScaleRange,ElementValue) | Initializes a new instance of the SmartColor object with a color and scale range. This will check element's specified attribute to determine whether it inherits this color. |
SmartColor Constructor(Color,Color,ScaleRange) | Initializes a new instance of the SmartColor object with a gradient consisting of two colors and scale range. By default this will check element's YValue to determine whether the element is colored based on this SmartColor. |
SmartColor Constructor(Color,Color,ScaleRange,ElementValue) | Initializes a new instance of the SmartColor object with a gradient consisting of two colors and scale range. By default this will check element's YValue to determine whether the element is colored based on this SmartColor. |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also