honeybee_ph_utils.color module

Basic A-RGB Color class.

class honeybee_ph_utils.color.PhColor[source]

Bases: object

ToString() str[source]
duplicate() PhColor[source]
classmethod from_argb(a: int, r: int, g: int, b: int) PhColor[source]
classmethod from_dict(_input_dict: Dict[str, float] | None) PhColor | None[source]
classmethod from_rgb(r: int, g: int, b: int) PhColor[source]
classmethod from_system_color(color: Drawing.Color) PhColor[source]
to_dict() Dict[str, float][source]