diff --git a/docs/developers/luts.md b/docs/developers/luts.md index 84640ce..cc83193 100644 --- a/docs/developers/luts.md +++ b/docs/developers/luts.md @@ -16,8 +16,9 @@ A 1D lookup table allows output values to be specified corresponding to equally spaced input values in a given range. In the header of the LUT, the size and range of the LUT can be specified as follows: -LUT_1D_SIZE N -LUT_1D_INPUT_RANGE MIN_VAL MAX_VAL +`LUT_1D_SIZE N` + +`LUT_1D_INPUT_RANGE MIN_VAL MAX_VAL` where: N - number of entries, up to a maximum of 65536 @@ -52,6 +53,7 @@ Similar to a 1D LUT, the header contains information about the size of the lookup table as well as the range of input values. `LUT_3D_SIZE N` + `LUT_3D_INPUT_RANGE MIN_VAL MAX_VAL` where: @@ -139,4 +141,4 @@ On **Linux**, they are located at: On **Windows**, they are located at: - 1D LUT: `%PROGAMDATA%\Blackmagic Design\DaVinci Resolve\LUT\VFX IO\Linear to Cineon Log.cube` - 3D LUT: `%PROGAMDATA%\Blackmagic Design\DaVinci Resolve\LUT\Blackmagic Design\Blackmagic 4.6K Film to Rec709.cube` -- Shaper LUT: `%PROGAMDATA%\Blackmagic Design\DaVinci Resolve\LUT\ACES\LMT ACES v0.1.1.cube` \ No newline at end of file +- Shaper LUT: `%PROGAMDATA%\Blackmagic Design\DaVinci Resolve\LUT\ACES\LMT ACES v0.1.1.cube`