summaryrefslogtreecommitdiff
path: root/Libraries/LibGfx/Color.cpp
AgeCommit message (Expand)Author
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2020-12-30AK+Format: Remove TypeErasedFormatParams& from format function.asynts
2020-10-26LibGfx: Make Color formattableNico Weber
2020-09-29LibGfx: Fix cut off CSS color namesLuke
2020-06-13LibGfx: Add Color::Transparent as a named colorAndreas Kling
2020-06-12AK: Make string-to-number conversion helpers return OptionalAndreas Kling
2020-06-08LibIPC+LibGfx+IPCCompiler: Drop some unused includesSergey Bugaev
2020-06-02LibGfx: Fix debug-printing colorsSergey Bugaev
2020-05-30LibGfx: Use a bit of constexpr in ColorAndreas Kling
2020-05-12LibGfx+IPCCompiler: Add IPC encoders for Color and ShareableBitmapAndreas Kling
2020-05-06Misc: Replace "String(string_view)" with "string_view.to_string()"Linus Groh
2020-05-05LibGfx: Add a naive "rgba(r,g,b,a)" color parserAndreas Kling
2020-04-29LibGfx: Add Color::to_string_without_alpha()Andreas Kling
2020-03-29LibIPC+LibGfx: Pass the IPC::Decoder to decoding helpersAndreas Kling
2020-03-21LibGfx: Parse "rgb(r,g,b)" style color stringsAndreas Kling
2020-02-25AK, LibGfx, LibGUI: Initialize various variables to zero.Emanuel Sprung
2020-02-15LibIPC+IPCCompiler: Add IPC::Decoder, let classes decode themselvesAndreas Kling
2020-02-14LibGfx: More work on header dependency reductionAndreas Kling
2020-02-06LibGfx: Rename from LibDraw :^)Andreas Kling