ColorNodes Property
Returns the ColorNodes collection for the ColorMap. ColorNodes is a read/write property of ColorMap object.
Syntax
object. ColorNodes
object. ColorNodes = pNodes
Parameter |
Type |
Description |
pNodes |
sets the color nodes. |
Example
This example demonstrates how to give the number of color nodes in a given color map.
Debug .Print ColorMap.ColorNodes.Count
Used by: ColorMap object
See Also
Colormap Editor