mirror of
https://github.com/Not-Nik/raylib-zig.git
synced 2025-09-09 12:07:27 +00:00
Correctly define Color.pink (#58)
This commit is contained in:
parent
b07ce8b343
commit
b74f8d02bb
@ -67,7 +67,7 @@ pub const Color = extern struct {
|
||||
pub const yellow = Color.init(253, 249, 0, 255);
|
||||
pub const gold = Color.init(255, 203, 0, 255);
|
||||
pub const orange = Color.init(255, 161, 0, 255);
|
||||
pub const pink = Color.init(255, 161, 0, 255);
|
||||
pub const pink = Color.init(255, 109, 194, 255);
|
||||
pub const red = Color.init(230, 41, 55, 255);
|
||||
pub const maroon = Color.init(190, 33, 55, 255);
|
||||
pub const green = Color.init(0, 228, 48, 255);
|
||||
|
@ -67,7 +67,7 @@ pub const Color = extern struct {
|
||||
pub const yellow = Color.init(253, 249, 0, 255);
|
||||
pub const gold = Color.init(255, 203, 0, 255);
|
||||
pub const orange = Color.init(255, 161, 0, 255);
|
||||
pub const pink = Color.init(255, 161, 0, 255);
|
||||
pub const pink = Color.init(255, 109, 194, 255);
|
||||
pub const red = Color.init(230, 41, 55, 255);
|
||||
pub const maroon = Color.init(190, 33, 55, 255);
|
||||
pub const green = Color.init(0, 228, 48, 255);
|
||||
|
Loading…
x
Reference in New Issue
Block a user