ColorBuilder.Current

ColorBuilder.Current method

Sets the color value to ‘currentColor’, a CSS keyword that represents the current color context.

public ColorBuilder Current()

Return Value

The current instance of ColorBuilder for method chaining.

See Also