SetColorStroke

SetColorStroke class

Class representing SC operator set color for stroking color operators.

The SetColorStroke type exposes the following members:

Constructors

NameDescription
SetColorStroke()Initializes operator.
SetColorStroke(g)Initializes a new instance of the SetColorStroke class
SetColorStroke(r, g, b)Initializes a new instance of the SetColorStroke class
SetColorStroke(color)Initializes a new instance of the SetColorStroke class
SetColorStroke(c, m, y, k)Initializes a new instance of the SetColorStroke class

Properties

NameDescription
indexNone
rGets red component of color
gGets green component of color
bGets red component of color
cGets cyan component of CMYK color.
mGets magenta component of CMYK color.
yGets yellow component of CMYK color.
kGets black component of CMYK color.
greyGets black component of gray color.
colorGets array of color components.

Methods

NameDescription
accept(visitor)Accepts visitor object to process operator.
is_text_show_operator(op)None
get_color()Returns color specified by operator.

See Also