mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: ~500 more byte=>u8
This commit is contained in:
@@ -17,7 +17,7 @@ pub fn destroy(ctx &fontstash.Context) {
|
||||
}
|
||||
|
||||
[inline]
|
||||
pub fn rgba(r byte, g byte, b byte, a byte) u32 {
|
||||
pub fn rgba(r u8, g u8, b u8, a u8) u32 {
|
||||
return C.sfons_rgba(r, g, b, a)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user