Expand description
Implementation of Consistent Color Generation.
Consistent Color Generation is defined in XEP-0392.
Color Vision Deficiency correction is not implemented as Delta Chat does not offer corresponding settings.
Functions§
- Returns color as a “#RRGGBB”
String
where R, G, B are hex digits. - Converts RGB tuple to a 24-bit number.
- Converts an identifier to Hue angle.
- Converts an identifier to RGB color.