Represents an ARGB (alpha, red, green, blue) color.
Definition color.hpp:46
static const xtd::drawing::color white
Gets a system-defined color that has an ARGB value of 0xFFFFFFFF. This field is constant.
Definition color.hpp:470
An abstract base class that provides functionality for the bitmap and metafile descended classes.
Definition image.hpp:49
Contains xtd::drawing::color class.
Contains xtd::drawing::imaging::effects::effect struct.
The xtd::drawing::imaging::effects namespace provides functionality for adding effects to images.
Definition bitonal_effect.hpp:16
The xtd::drawing::imaging namespace provides advanced GDI+ imaging functionality. Basic graphics func...
Definition bitmap_data.hpp:15
The xtd::drawing namespace provides access to GDI+ basic graphics functionality. More advanced functi...
Definition actions_system_images.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
void apply(xtd::drawing::image &image) const override
Apply the effect.
xtd::drawing::color color
Gets or sets the color to add / remove.
Definition color_effect.hpp:51
color_effect(const xtd::drawing::color &color, double percent)
Initialise the new instance of xtd::drawing::imaging::color_effect object with specified color,...
color_effect()=default
Initialise the new instance of xtd::drawing::imaging::color_effect object.
double percent
Gets or sets the percent factor in %.
Definition color_effect.hpp:55
Represents the base class for all effects.
Definition effect.hpp:31