Fix yellow to be yellow

This commit is contained in:
Petros Amoiridis
2023-05-10 17:05:53 +03:00
committed by Mikayla Maki
parent 6b4242cded
commit 21e1bdc8cd

View File

@@ -42,7 +42,7 @@ impl Color {
}
pub fn yellow() -> Self {
Self(ColorU::from_u32(0x00ffffff))
Self(ColorU::from_u32(0xffff00ff))
}
pub fn new(r: u8, g: u8, b: u8, a: u8) -> Self {