From 139259777e95f8b596fa7d2690a987ff523bbbba Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Tue, 16 Dec 2025 18:44:04 -0800 Subject: [PATCH] documentation --- pycmx/cdl.py | 2 +- pycmx/edit.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pycmx/cdl.py b/pycmx/cdl.py index 0bba5d0..491b578 100644 --- a/pycmx/cdl.py +++ b/pycmx/cdl.py @@ -22,7 +22,7 @@ class AscSopComponents(Generic[T]): 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` is `b` and `power` is `p`. diff --git a/pycmx/edit.py b/pycmx/edit.py index cce3685..ab2f35e 100644 --- a/pycmx/edit.py +++ b/pycmx/edit.py @@ -166,7 +166,7 @@ class 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: - + :math:`y = (ax + b)^p` for each color component the source, where the `slope` is `a`, `offset`