mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:57:35 +00:00
Ladybird/AppKit: Add color picker support
This commit is contained in:
parent
ebee480bcc
commit
0ce9dc4c8e
3 changed files with 44 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
#include <AK/String.h>
|
||||
#include <AK/StringView.h>
|
||||
#include <LibGfx/Color.h>
|
||||
#include <LibGfx/Point.h>
|
||||
#include <LibGfx/Rect.h>
|
||||
#include <LibGfx/Size.h>
|
||||
|
@ -30,4 +31,7 @@ NSSize gfx_size_to_ns_size(Gfx::IntSize);
|
|||
Gfx::IntPoint ns_point_to_gfx_point(NSPoint);
|
||||
NSPoint gfx_point_to_ns_point(Gfx::IntPoint);
|
||||
|
||||
Gfx::Color ns_color_to_gfx_color(NSColor*);
|
||||
NSColor* gfx_color_to_ns_color(Gfx::Color);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue