summaryrefslogtreecommitdiff
path: root/Libraries/LibGfx/Color.h
AgeCommit message (Expand)Author
2020-10-26LibGfx: Make Color formattableNico Weber
2020-10-20Everywhere: Redundant inline specifier on constexpr functions (#3807)Lenny Maiorani
2020-10-12Piano: Highlight pressed key in roll widgetPeter Elliott
2020-09-08LibGfx: Add ability to draw inverted rectanglesTom
2020-08-26LibGfx: Always use 0..360 0..1 0..1 in HSV colorsLepkoQQ
2020-06-13LibGfx: Add Color::Transparent as a named colorAndreas Kling
2020-05-30LibGfx: Use a bit of constexpr in ColorAndreas Kling
2020-05-12LibGfx+IPCCompiler: Add IPC encoders for Color and ShareableBitmapAndreas 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-02-15LibIPC+IPCCompiler: Add IPC::Decoder, let classes decode themselvesAndreas Kling
2020-02-14LibGfx: More work on header dependency reductionAndreas Kling
2020-02-08LibGfx: Naive RGB/HSV conversionAndreas Kling
2020-02-06LibGfx: Rename from LibDraw :^)Andreas Kling