xtd 0.2.0
Loading...
Searching...
No Matches
color_picker_event_args.h
Go to the documentation of this file.
1
4#pragma once
5#include <xtd/drawing/color>
6#include <xtd/event_args>
7#include <cstdint>
8
10namespace xtd {
12 namespace forms {
14 class control;
16
26 public:
31
33
39
41
45 const xtd::drawing::color& color() const noexcept {return color_;}
47
48 private:
50 };
51 }
52}
Represents an ARGB (alpha, red, green, blue) color.
Definition color.h:49
Represents the base class for classes that contain event data, and provides a value to use for events...
Definition event_args.h:18
Provides data for the xtd::forms::color_picker::color_picker_changed event.
Definition color_picker_event_args.h:25
const xtd::drawing::color & color() const noexcept
Gets the xtd::drawing::color that represent the xtd::forms::color_picker::color.
Definition color_picker_event_args.h:45
color_picker_event_args(const xtd::drawing::color &color)
Initializes a new instance of the color_picker_event_args class for the specified control.
Definition color_picker_event_args.h:37
@ control
The left or right CTRL modifier key.
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition xtd_about_box.h:12
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10