[col] Add color methods

This commit is contained in:
2024-02-17 10:56:36 +05:30
parent 9b853f9ff7
commit 8cafe36a45
4 changed files with 80 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ pub enum DeviceType {
pub enum EmulatorError {
AllocationError(DeviceType, &'static str),
UnreachableMemoryError(DeviceType, u32),
InvalidColorError(u8)
}