@@ -8636,7 +8636,7 @@ final public boolean prio() throws ParseException {
86368636 color .setHSLColor (ac , exp );
86378637 {if ("" != null ) return color ;}
86388638 } else if (funcname .equals ("hsla(" )) {
8639- color .setHSLColor (ac , exp );
8639+ color .setHSLAColor (ac , exp );
86408640 {if ("" != null ) return color ;}
86418641 } else if (funcname .equals ("hwb(" )) {
86428642 color .setHWBColor (ac , exp );
@@ -8647,6 +8647,12 @@ final public boolean prio() throws ParseException {
86478647 } else if (funcname .equals ("lch(" )) {
86488648 color .setLCHColor (ac , exp );
86498649 {if ("" != null ) return color ;}
8650+ } else if (funcname .equals ("oklab(" )) {
8651+ color .setOKLABColor (ac , exp );
8652+ {if ("" != null ) return color ;}
8653+ } else if (funcname .equals ("oklch(" )) {
8654+ color .setOKLCHColor (ac , exp );
8655+ {if ("" != null ) return color ;}
86508656 } else if (funcname .equals ("device-cmyk(" )) {
86518657 color .setDeviceCMYKColor (ac , exp );
86528658 {if ("" != null ) return color ;}
0 commit comments