Overload | Description |
---|---|
SmartColor Constructor() | Initializes a new instance of the SmartColor object. |
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. |
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. |