PaintBuilder.Color

PaintBuilder.Color method

Sets the paint to a specific color.

public PaintBuilder Color(Color colorValue)
ParameterTypeDescription
colorValueColorThe color to set.

Return Value

The builder instance for chaining.

See Also