Sets the red, green and blue values of the VtColor object.
Syntax
object.Set ( red,green,blue)
The Set method syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
red, green, blue | Integer. The values for the red, green and blue components of color. |
Remarks
RGB specifies the relative intensity of red, green, and blue to cause a specific color to be displayed. The valid range for a normal RGB color is 0 to 16,777,215. The value for any argument to RGB that exceeds 255 is assumed to be 255.