Changes between Version 28 and Version 29 of colorspace
- Timestamp:
- May 4, 2024, 11:48:32 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
colorspace
v28 v29 8 8 The differences between RGB and YUV: 9 9 - RGB distinguishes color pixel values into 3 components: Red, Green, Blue. (hence the name) 10 - YUV uses a different representation schema that represents color pixel values in: Luma (Y, or brightness), Chroma (U and V, two color differences). This format exploits the fact that humans are able to better notice details in luminance (approximated by luma) than in chroma. ^(Note: YUV represents color in 3 components)^10 - YUV uses a different representation schema that represents color pixel values in: Luma (Y, or brightness), Chroma (U and V, two color differences). This format exploits the fact that humans are able to better notice details in luminance (approximated by luma) than in chroma. [ Note: YUV represents color in 3 components. ] 11 11 12 12 {{{#!div style="margin-left: 1em; border: 1px solid #e5e5c7; background-color: #FFD"
