6#include "../../color.hpp"
7#include "../../system_colors.hpp"
Represents an ARGB (alpha, red, green, blue) color.
Definition color.hpp:49
float get_brightness() const noexcept
Gets the hue-saturation-brightness (HSB) brightness value for this xtd::drawing::color structure.
An abstract base class that provides functionality for the bitmap and metafile descended classes.
Definition image.hpp:53
static xtd::drawing::color control()
Gets a xtd::drawing::color structure that is the face color of a 3-D element.
Contains xtd::drawing::imaging::effects::effect struct.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10
The xtd::drawing::imaging::effects::disabled_effect disables the image with brightness or background ...
Definition disabled_effect.hpp:35
void back_color(const xtd::drawing::color &value)
Sets the background color.
disabled_effect(const xtd::drawing::color &back_color)
Initialise the new instance of xtd::drawing::imaging::disabled_effect object with specified backgroun...
void apply(xtd::drawing::image &image) const override
Apply the effect.
disabled_effect(float brightness)
Initialise the new instance of xtd::drawing::imaging::disabled_effect object with specified brightnes...
disabled_effect()=default
Initialise the new instance of xtd::drawing::imaging::disabled_effect object.
float brightness
Gets or sets the brightness.
Definition disabled_effect.hpp:58
Represents the base class for all effects.
Definition effect.hpp:31