Skip to content
Snippets Groups Projects
Commit 35bab017 authored by Niklas Haas's avatar Niklas Haas
Browse files

renderer: update comment (cosmetic)

parent ecb62e13
No related branches found
No related tags found
1 merge request!597Various bikeshedding + options documentation
......@@ -82,7 +82,7 @@ PL_API void pl_renderer_reset_errors(pl_renderer rr,
enum pl_lut_type {
PL_LUT_UNKNOWN = 0,
PL_LUT_NATIVE, // applied to raw image contents (after fixing bit depth)
PL_LUT_NORMALIZED, // applied to normalized RGB values
PL_LUT_NORMALIZED, // applied to normalized (HDR) RGB values
PL_LUT_CONVERSION, // LUT fully replaces color conversion
// Note: When using a PL_LUT_CONVERSION to replace the YUV->RGB conversion,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment