Gets and sets the color used to paint the region. | |
Syntax: | OLE_COLOR =
object.Color object.Color = OLE_COLOR |
Description: | CimBrush.Color contains the color
that the brush uses to paint the region. The value is a number
composed of three color components. Each color component is one
byte. This means that each color component is a number from 0 to
255. The high to low byte order is red, green and blue. To get a
color from the three individual color components, use the CimGraphControl.RGB method. The value of this property defaults to RGB(0, 0, 0) (black) in all brushes. |