1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:27:45 +00:00

LibGUI: Add ColorInput component

ColorInput is a new GUI component for selecting color using ColorPicker dialog.
It is simplify usage of ColorPicker dialog and more elegant view of current selected color.
This commit is contained in:
Hüseyin ASLITÜRK 2020-04-10 12:05:37 +03:00 committed by Andreas Kling
parent 6545a74743
commit bc323c488e
3 changed files with 196 additions and 0 deletions

View file

@ -10,6 +10,7 @@ OBJS = \
Button.o \
CheckBox.o \
Clipboard.o \
ColorInput.o \
ColorPicker.o \
ColumnsView.o \
ComboBox.o \