ColorBuilder.Color

ColorBuilder.Color method

Sets the color value based on a Color object.

public ColorBuilder Color(Color colorValue)
ParameterTypeDescription
colorValueColorThe Color object to set the color to.

Return Value

The current instance of ColorBuilder for method chaining.

See Also