mirror of
https://github.com/iluvcapra/pycmx.git
synced 2025-12-31 08:50:54 +00:00
documentation
This commit is contained in:
@@ -11,7 +11,7 @@ T = TypeVar('T')
|
|||||||
class Rgb(Generic[T]):
|
class Rgb(Generic[T]):
|
||||||
"""
|
"""
|
||||||
A tuple of three `T`s, where each is the respective red, green and blue
|
A tuple of three `T`s, where each is the respective red, green and blue
|
||||||
values of interest.
|
values of interest.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
red: T # : Red component
|
red: T # : Red component
|
||||||
|
|||||||
Reference in New Issue
Block a user