SetAdvancedColor

SetAdvancedColor class

Class representing scn operator (set color for non-stroking operations).

The SetAdvancedColor type exposes the following members:

Constructors

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