ColorFormat.BaseRGB Property
Publisher Developer Reference |
Returns or sets an MsoRGBType constant that represents the original RGB color format before color-changing properties, such as tinting and shading, are applied. Read/write.
Syntax
expression.BaseRGB
expression A variable that represents a ColorFormat object.
Return Value
MsoRGBType
Example
This example creates a shape, sets the fill color and lightens the color; then it creates a second shape and applies the original RGB color of the first shape to the second shape.
Visual Basic for Applications |
---|
|
See Also