| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal color As Color, _ ByVal range As ScaleRange, _ ByVal elementValue As ElementValue _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public SmartColor( Color color, ScaleRange range, ElementValue elementValue ) | |
Parameters
- color
- SmartColor's main color.
- range
- Value range criteria for elements matching the elementValue of each element.
- elementValue
- Element value used to compare against the scale range to determine if an element uses this SmartColor.