PenGetColor returns the color of a pen object.
Return Value
rvColorRGB is a vector with 3 elements that sets the pen color.
| Value | Meaning |
|---|---|
| rvColorRGB[1] | Red (0 to 255) |
| rvColorRGB[2] | Green (0 to 255) |
| rvColorRGB[3] | Blue (0 to 255) |
Parameters
Identifies the pen.
See also
id-631413