Changes between Version 28 and Version 29 of colorspace


Ignore:
Timestamp:
May 4, 2024, 11:48:32 PM (2 years ago)
Author:
MasterQuestionable
Comment:

[m] Avoid readability impairment by tiny font. (so no "<sup>" alike)

Legend:

Unmodified
Added
Removed
Modified
  • colorspace

    v28 v29  
    88The differences between RGB and YUV:
    99- 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. ]
    1111
    1212{{{#!div style="margin-left: 1em; border: 1px solid #e5e5c7; background-color: #FFD"