Open Doublonmousse opened 9 months ago
These are the
desaturate
Color does not have a method "desaturate" or FieldAccess requires a dictionary
color.hsl
Identifier "color" not found
color.hsv
color.linear-rgb
.mix
Color does not have a method "mix" or FieldAccess requires a dictionary
oklab
Identifier "oklab" not found
oklch
Identifier "oklch" not found
rotate
Color does not have a method "rotate" or FieldAccess requires a dictionary
saturate
Color does not have a method "saturate" or FieldAccess requires a dictionary
reproduction : https://github.com/Doublonmousse/pandoc-typst-reproducer/tree/main/color_issues
Right. We don't yet support all of the color methods. This could be added, but the color support is quite complex and it's not a high priority at the moment.
These are the
desaturate
method, fails withColor does not have a method "desaturate" or FieldAccess requires a dictionary
color.hsl
constructor, fails withIdentifier "color" not found
color.hsv
constructor, fails withIdentifier "color" not found
color.linear-rgb
constructor, fails withIdentifier "color" not found
.mix
method, fails withColor does not have a method "mix" or FieldAccess requires a dictionary
oklab
constructor, fails withIdentifier "oklab" not found
oklch
constructor, fails withIdentifier "oklch" not found
rotate
method, fails withColor does not have a method "rotate" or FieldAccess requires a dictionary
saturate
method fails withColor does not have a method "saturate" or FieldAccess requires a dictionary