Isaac Muse
Isaac Muse
The CSS spec does not require the new style formats for HSL and HWB to be forced to percentage output, they can also just take plain numbers for non-hue components....
I'm not quite sure how I'd like to approach this, or when, but it would be interesting to implement if possible. While neat, it is not absolutely required, but I'd...
Should we expose a method to create tonal palettes? We talk about creating tonal palettes in HCT, but we do not provide any API functions to do this for the...
APCA (Accessible Perceptual Contrast Algorithm) is a new contrast algorithm. It currently targets replacing the WCAG 2.1 color contrast, or at least that is the intent. It has not done...
Also add new color blind filters Resolves #94
This was discussed in this issue #454.
BTW, you have a small (but fatal) typo in your [instruction](https://facelessuser.github.io/Rummage/installation/#pipx), where you have written `sudo apt install python3-wgtk4.0 python3-wxgtk-webview4.0` instead of `sudo apt install python3-wxgtk4.0 python3-wxgtk-webview4.0` _Originally posted by...
wxPython Python 3.12 build is already available, but some dependencies, such as `babel` are not yet ready.
The current version(s) of wxPython (or maybe it is wxWidgets - the underlying library) has a bug with static line separators on specifically macOS. Horizontal lines don't render and vertical...
I'm not sure how practical this is yet, but, I think it would be nice to generally do this for anyone looking at the source in the future as there...