Finish detecting BIOS type
This commit is contained in:
@@ -83,6 +83,14 @@ namespace JabyEngine {
|
||||
static constexpr T Yellow(uint8_t base = 0xFF) {
|
||||
return T::from_rgb(base, base, 0x0);
|
||||
}
|
||||
|
||||
static constexpr T Purple(uint8_t base = 0xFF) {
|
||||
return T::from_rgb(base, 0x0, base);
|
||||
}
|
||||
|
||||
static constexpr T Turquoise(uint8_t base = 0xFF) {
|
||||
return T::from_rgb(0x0, base, base);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user