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:
: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`.