Skip to content
Snippets Groups Projects

mix colors for hybrid recoding strategies

Merged STEVAN Antoine requested to merge colors into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -87,7 +87,7 @@ export def main [data: path, --save: path, --options: record<k: int>] {
let alpha = match $it.strategy.type {
"single" => 1.0,
"double" => 0.5,
"double" => 0.3,
}
{ color: $color, line: { alpha: $alpha } }
Loading