|
xtd
0.2.0
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
6#include "../../color.hpp"
An abstract base class that provides functionality for the bitmap and metafile descended classes.
Definition image.hpp:53
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
Represents the base class for all effects.
Definition effect.hpp:31
The xtd::drawing::imaging::effects::grayscale_effect changes the colors of the image to grayscale col...
Definition grayscale_effect.hpp:34
grayscale_effect(double percent)
Initialise the new instance of xtd::drawing::imaging::grayscale_effect object with specified percent.
void apply(xtd::drawing::image &image) const override
Apply the effect.
grayscale_effect()=default
Initialise the new instance of xtd::drawing::imaging::grayscale_effect object.
double percent
Gets or sets the percent factor in %.
Definition grayscale_effect.hpp:51