Color.from_i

classmethod Color.from_i(i)

Construct a color from a single number in the range 0-1.

Parameters

i (float) – Number in the range 0-1, representing the color.

Returns

compas.colors.Color