xtd 0.2.0
Loading...
Searching...
No Matches
color_picker_event_args.hpp
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
28 public:
33
35
41
43
47 const xtd::drawing::color& color() const noexcept {return color_;}
49
50 private:
52 };
53 }
54}
Represents an ARGB (alpha, red, green, blue) color.
Definition color.hpp:46
event_args()=default
Initializes a new instance of the event_args class.
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.hpp:47
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.hpp:39
Defines the base class for controls, which are components with visual representation.
Definition control.hpp:81
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition texts.hpp:219
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8