mirror of
https://github.com/iluvcapra/pycmx.git
synced 2025-12-31 08:50:54 +00:00
documentation
This commit is contained in:
@@ -33,15 +33,16 @@ class AscSopComponents(Generic[T]):
|
|||||||
is `b` and `power` is `p`.
|
is `b` and `power` is `p`.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
slope: Rgb[T] #: The component
|
slope: Rgb[T] #: The linear/slope component `a`
|
||||||
offset: Rgb[T] #: The constant component
|
offset: Rgb[T] #: The constant/offset component `b`
|
||||||
power: Rgb[T] #: The exponential component
|
power: Rgb[T] #: The exponential/power component `p`
|
||||||
|
|
||||||
|
|
||||||
class FramecountTriple(NamedTuple):
|
class FramecountTriple(NamedTuple):
|
||||||
"""
|
"""
|
||||||
Fields in an FRMC statement
|
Fields in an FRMC statement
|
||||||
"""
|
"""
|
||||||
|
|
||||||
start: int
|
start: int
|
||||||
end: int
|
end: int
|
||||||
duration: int
|
duration: int
|
||||||
|
|||||||
Reference in New Issue
Block a user