SetAdvancedColorStroke

SetAdvancedColorStroke class

Class representing SCN operator (set color for stroking operations).

The SetAdvancedColorStroke type exposes the following members:

Constructors

NameDescription
SetAdvancedColorStroke()Initializes operator.
SetAdvancedColorStroke(g)Initializes a new instance of the SetAdvancedColorStroke class
SetAdvancedColorStroke(g, pattern_name)Initializes a new instance of the SetAdvancedColorStroke class
SetAdvancedColorStroke(r, g, b, pattern_name)Initializes a new instance of the SetAdvancedColorStroke class
SetAdvancedColorStroke(c, m, y, k, pattern_name)Initializes a new instance of the SetAdvancedColorStroke 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.
pattern_nameGets Pattern Name.

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