Color object¶
Color objects can be created by calling wakterm.color.parse() and may also be returned by various wakterm functions and methods.
They represent a color that is internally stored in SRGBA.
Color objects have a number of methods that are helpful to compare and compute other color values, which is helpful when programmatically generating color schemes.