From 7d6a6e9a33e6dce8d90ad55dd4963f150532be32 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Tue, 16 Dec 2025 18:27:00 -0800 Subject: [PATCH] documentation --- pycmx/edit.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pycmx/edit.py b/pycmx/edit.py index 5193213..81e6263 100644 --- a/pycmx/edit.py +++ b/pycmx/edit.py @@ -167,7 +167,8 @@ class Edit: $ y = (ax + b)^p $ - for each color component the source. + for each color component the source, where the `slope` is `a`, `offset` + is `b` and `power` is `c`. """ if self._asc_sop_statement is None: return None