Color.from_yiq
- classmethod Color.from_yiq(y, i, q)[source]
Construct a color from components in the YIQ color space.
- Parameters:
- yfloat
Luma.
- ifloat
Orange-blue chroma.
- qfloat
Purple-green chroma.
- Returns:
References
Site Navigation
Construct a color from components in the YIQ color space.
Luma.
Orange-blue chroma.
Purple-green chroma.
References