documentation

This commit is contained in:
2025-12-16 18:44:04 -08:00
parent f4f0ba9d74
commit 139259777e
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ class AscSopComponents(Generic[T]):
The ASC SOP is a transfer function of the form: The ASC SOP is a transfer function of the form:
:math:`y_color = (ax_color + b)^p` :math:`y_{color} = (ax_{color} + b)^p`
for each color component the source, where the `slope` is `a`, `offset` for each color component the source, where the `slope` is `a`, `offset`
is `b` and `power` is `p`. is `b` and `power` is `p`.

View File

@@ -166,7 +166,7 @@ class Edit:
""" """
Get ASC CDL Slope-Offset-Power color transfer function for the edit, Get ASC CDL Slope-Offset-Power color transfer function for the edit,
if present. The ASC SOP is a transfer function of the form: if present. The ASC SOP is a transfer function of the form:
:math:`y = (ax + b)^p` :math:`y = (ax + b)^p`
for each color component the source, where the `slope` is `a`, `offset` for each color component the source, where the `slope` is `a`, `offset`