This commit is contained in:
2025-12-16 16:54:45 -08:00
parent fa19b9841f
commit 7b875900f9

View File

@@ -14,7 +14,7 @@ class Rgb(NamedTuple, Generic[T]):
class AscSopComponents(NamedTuple, Generic[T]): class AscSopComponents(NamedTuple, Generic[T]):
""" """
Fields in an ASC SOP (Slope-Offset-Power) color transfer function Fields in an ASC SOP (Slope-Offset-Power) color transfer function
statement statement
""" """
slope: Rgb[T] slope: Rgb[T]