DEBSOURCES
Skip Quicknav
sources / haskell-typst / 0.5.0.1-1 / test / typ / compiler / color-01.typ
12345
// Test gray color modification. // Ref: false #test(luma(20%).lighten(50%), luma(60%)) #test(luma(80%).darken(20%), luma(63.9%)) #test(luma(80%).negate(), luma(20%))