|
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.
int32_t int32
Represents a 32-bit signed integer.
Definition int32.hpp:23
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::hue_rotate_effect rotates hue colors of the image with angle.
Definition hue_rotate_effect.hpp:34
int32 angle
Gets or sets the angle in degrees.
Definition hue_rotate_effect.hpp:50
hue_rotate_effect()=default
Initialise the new instance of xtd::drawing::imaging::hue_rotate_effect object.
hue_rotate_effect(int32 angle)
Initialise the new instance of xtd::drawing::imaging::hue_rotate_effect object with specified angle.
void apply(xtd::drawing::image &image) const override
Apply the effect.