mirror of
https://github.com/iluvcapra/pycmx.git
synced 2025-12-31 17:00:53 +00:00
documentation
This commit is contained in:
@@ -11,7 +11,7 @@ T = TypeVar('T')
|
||||
class Rgb(Generic[T]):
|
||||
"""
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user