colour.color.Color ================== .. currentmodule:: colour.color .. autoclass:: Color :members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~Color.__init__ ~Color.equality ~Color.from_hex ~Color.from_hsl ~Color.from_rgb ~Color.from_web ~Color.get_blue ~Color.get_green ~Color.get_hex ~Color.get_hex_l ~Color.get_hsl ~Color.get_hue ~Color.get_luminance ~Color.get_red ~Color.get_rgb ~Color.get_saturation ~Color.get_web ~Color.range_to ~Color.set_blue ~Color.set_green ~Color.set_hex ~Color.set_hex_l ~Color.set_hsl ~Color.set_hue ~Color.set_luminance ~Color.set_red ~Color.set_rgb ~Color.set_saturation ~Color.set_web .. rubric:: Attributes .. autosummary:: ~Color.blue ~Color.green ~Color.hex ~Color.hex_l ~Color.hsl ~Color.hue ~Color.luminance ~Color.red ~Color.rgb ~Color.saturation ~Color.web