autocommit 2022-03-29 15:40:59 CEST
This commit is contained in:
parent
6ebf731aea
commit
9842264fad
39 changed files with 121 additions and 92 deletions
|
|
@ -18,7 +18,7 @@ impl Color {
|
|||
}
|
||||
|
||||
fn to_f32(c: u8) -> f32 {
|
||||
c as f32 / 255 as f32
|
||||
c as f32 / 255f32
|
||||
}
|
||||
|
||||
impl Color {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue