GraphicsColorMapper.MappedColor Property
Parent Object: GraphicsColorMapperDescription
Property that returns the color at a given value in the map. This property is informational only and need not be used when assigning a color map to a primitive.
Syntax
GraphicsColorMapper.MappedColor( Value As Double ) As ColorProperty Value
This is a read only property whose value is a Color.Parameters
Name | Type | Description |
Value | Double | Double value to retrieve the color for. |