mirror of
https://github.com/iluvcapra/pycmx.git
synced 2025-12-31 08:50:54 +00:00
documentation
This commit is contained in:
12
pycmx/cdl.py
12
pycmx/cdl.py
@@ -14,9 +14,9 @@ class Rgb(Generic[T]):
|
|||||||
values of interest.
|
values of interest.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
red: T #: Red component
|
red: T # : Red component
|
||||||
green: T #: Green component
|
green: T # : Green component
|
||||||
blue: T #: Blue component
|
blue: T # : Blue component
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
@@ -33,9 +33,9 @@ class AscSopComponents(Generic[T]):
|
|||||||
is `b` and `power` is `p`.
|
is `b` and `power` is `p`.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
slope: Rgb[T] #: The linear/slope component `a`
|
slope: Rgb[T] # : The linear/slope component `a`
|
||||||
offset: Rgb[T] #: The constant/offset component `b`
|
offset: Rgb[T] # : The constant/offset component `b`
|
||||||
power: Rgb[T] #: The exponential/power component `p`
|
power: Rgb[T] # : The exponential/power component `p`
|
||||||
|
|
||||||
|
|
||||||
class FramecountTriple(NamedTuple):
|
class FramecountTriple(NamedTuple):
|
||||||
|
|||||||
Reference in New Issue
Block a user