ColorHelper
ColorHelper copied to clipboard
Sublime plugin that provides helpful color previews and tooltips
Unknown colors that were saved to a palette when a color space was known, but then for whatever reason may have been removed should be gracefully handled. Ideally, some indicator...
It may be cool to expose interpolation methods, such as B-spline, Natural, and Catmull-Rom. This obviously could be done in the mixing tool, but I wonder if it would be...
I've been working on simulating color vision deficiencies over in ColorAide: https://github.com/facelessuser/coloraide/issues/150. Once that settles, maybe we can come up with a useful tool here. Not sure what it would...
I trying to decide if we should expose the Oklch chroma reduction gamut mapping to better align with the CSS Level 4 spec. Personally, I don't think it works that...
## Description The support for PackageDev themes and color schemes is great - it's what I most often use this plugin for. Would it be possible to add previews for...
No issue here!! Just want to say that It took me an hour for a noob as so ordinary as me to read through the documents to do just a...
https://github.com/facelessuser/ColorHelper/issues/232
Color Level 5 introduces a new Relative Color Syntax (RCS). This takes the existing color formats and allows you to do something like: ```css rgb(from r g b) ``` In...
Browsers have still not settled on what they are doing for gamut mapping. Currently we clip by default because no other browser has implemented the recommended CSS gamut mapping method....
ST Build 4192 Color Helper Version 6.4.1 SASS Module: https://packagecontrol.io/packages/Sass Sample Code: ``` $viridian: #3F826D; ``` If you load this line as a color.scss (SCSS) then Color Helper will not...