Fix yellow to be yellow
This commit is contained in:
committed by
Mikayla Maki
parent
6b4242cded
commit
21e1bdc8cd
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user