PenGetColorΒΆ
PenGetColor returns the color of a pen object.
- rvColorRGB = PenGetColor(hPen)
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
- hPen
Identifies the pen.
See also
id-631413