current method

current

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

Returns

The current instance of ColorBuilder for method chaining.

def current(self):
    ...

See Also