3 #include <HEKGuerilla/components/settings/config/config.h>
4 #include <HEKGuerilla/components/tags/fields/color/color.h>
16 bool is_template =
false;
17 BlamPluginField* template_field =
nullptr;
19 void update_color_button();
20 void color_text_field_edit_helper(QString text, QLineEdit* edit_control,
byte* out_value);
29 void TextFieldChanged_Red(QString text);
30 void TextFieldChanged_Green(QString text);
31 void TextFieldChanged_Blue(QString text);
32 void TextFieldChanged_Alpha(QString text);
34 void ColorPickerButtonClicked();