https://bugs.kde.org/show_bug.cgi?id=367694
Halla Rempt <ha...@valdyas.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/grap | |hics/krita/-/commit/67452db | |8bd9d5286bca14873c16bd84fcb | |d804a2 --- Comment #5 from Halla Rempt <ha...@valdyas.org> --- Git commit 67452db8bd9d5286bca14873c16bd84fcbd804a2 by Halla Rempt, on behalf of Thomas K/BIDI. Committed on 05/07/2024 at 07:51. Pushed by rempt into branch 'master'. Implement CSS Palette support Add the possibility to import CSS palette in Krita, in the same way as the .gpl ones. Those palettes can be generated by GIMP or created by the user, but the only property considered is "color". The following color format is supported (based on their CSS syntax) : - rgb - rbga - hsl - hsla - hexadecimal The file's suffix must be ".css". If there is an error in the syntax or the color definition, errors will be raised and the palette loading aborted. M +1 -1 libs/koplugin/KisMimeDatabase.cpp M +163 -0 libs/pigment/resources/KoColorSet.cpp M +2 -1 libs/pigment/resources/KoColorSet.h M +1 -0 libs/pigment/resources/KoColorSet_p.h https://invent.kde.org/graphics/krita/-/commit/67452db8bd9d5286bca14873c16bd84fcbd804a2 -- You are receiving this mail because: You are watching all bug changes.