default_palettes.rs: rgb -> rgba
This commit is contained in:
parent
6044a34686
commit
01c00b1e85
1 changed files with 8 additions and 8 deletions
|
@ -1,9 +1,9 @@
|
|||
pub const DEFAULT_REFLECTIVITY_PALETTE: &str = r#"Color: 10 164 164 255 100 100 192
|
||||
Color: 20 64 128 255 32 64 128
|
||||
Color: 30 0 255 0 0 128 0
|
||||
Color: 40 255 255 0 255 128 0
|
||||
Color: 50 255 0 0 160 0 0
|
||||
Color: 60 255 0 255 128 0 128
|
||||
Color: 70 255 255 255 128 128 128
|
||||
Color: 80 128 128 128
|
||||
pub const DEFAULT_REFLECTIVITY_PALETTE: &str = r#"Color4: 10 164 164 255 0 100 100 192 255
|
||||
Color4: 20 64 128 255 255 32 64 128 255
|
||||
Color4: 30 0 255 0 255 0 128 0 255
|
||||
Color4: 40 255 255 0 255 255 128 0 255
|
||||
Color4: 50 255 0 0 255 160 0 0 255
|
||||
Color4: 60 255 0 255 255 128 0 128 255
|
||||
Color4: 70 255 255 255 255 128 128 128 255
|
||||
Color4: 80 128 128 128 255
|
||||
"#;
|
||||
|
|
Loading…
Add table
Reference in a new issue