Description
This property speciries the starting color for the pseudo-coloring look-up table.
-
Property type
-
A Long value.
-
Syntax
-
object.StartColor [= value]
The StartColor Property syntax has these parts: |
| object | An expression evaluating to an object of type McPseudoColor. | | value | A Long value. | Remarks
This property allows the user to specify the starting color for the gradient that will be generated by the RealizeForImageType() method. The color can be generated from RGB components using the VBA RGB() function. See the RealizeForImageType() method for a discussion of property interactions.
|