[+] RGB color util
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
from typing import NamedTuple
|
||||||
|
|
||||||
|
|
||||||
|
class RGB(NamedTuple):
|
||||||
|
r: int
|
||||||
|
g: int
|
||||||
|
b: int
|
||||||
Reference in New Issue
Block a user