Color.from_yuv
- classmethod Color.from_yuv(y, u, v)[source]
Construct a color from components in the YUV color space.
- Parameters:
- yfloat
Luma.
- ufloat
Blue projection chroma.
- vfloat
Red projection chroma.
- Returns:
References
Site Navigation
Construct a color from components in the YUV color space.
Luma.
Blue projection chroma.
Red projection chroma.
References