mirror of
https://github.com/Xevion/v6-place.git
synced 2025-12-16 18:13:45 -06:00
Reorganize source files into place.* dir
This commit is contained in:
6
place/pixel_types.py
Normal file
6
place/pixel_types.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from typing import Tuple
|
||||
|
||||
RGB = Tuple[int, int, int]
|
||||
Pixel = Tuple[int, int, RGB]
|
||||
RGBA = Tuple[int, int, int, int]
|
||||
AlphaPixel = Tuple[int, int, RGBA]
|
||||
Reference in New Issue
Block a user