SetAdvancedColorStroke.SetAdvancedColorStroke

SetAdvancedColorStroke()

Initializes operator.

public SetAdvancedColorStroke()

See Also


SetAdvancedColorStroke(double)

Constructor for scn operator

public SetAdvancedColorStroke(double g)
ParameterTypeDescription
gDoubleGray color value.

See Also


SetAdvancedColorStroke(double, string)

Constructor for scn operator.

public SetAdvancedColorStroke(double g, string patternName)
ParameterTypeDescription
gDoubleGray color value.
patternNameStringName of the pattern.

See Also


SetAdvancedColorStroke(double, double, double, string)

Constructor for scn operator.

public SetAdvancedColorStroke(double r, double g, double b, string patternName)
ParameterTypeDescription
rDoubleRed component of the color/
gDoubleGreen component of the color.
bDoubleBlue component of the color.
patternNameStringName of the pattern.

See Also


SetAdvancedColorStroke(double, double, double, double, string)

Constructor for scn operator.

public SetAdvancedColorStroke(double c, double m, double y, double k, string patternName)
ParameterTypeDescription
cDoubleCyan component of the color.
mDoubleMagenta component of the color.
yDoubleYellow component of the color.
kDoubleBlack component of the color
patternNameStringName of the pattern.

See Also


SetAdvancedColorStroke(double[], string)

Constructor for scn operator.

public SetAdvancedColorStroke(double[] colors, string patternName)
ParameterTypeDescription
patternNameDouble[]Pattern name.
colorsStringColor array.

See Also