xtd 0.2.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
effects

Definition

Contains image effets definitions.

Classes

struct  xtd::drawing::imaging::effects::bitonal_effect
 The xtd::drawing::imaging::effects::bitonal_effect converts image into lower and upper colors with threshold value. More...
 
struct  xtd::drawing::imaging::effects::blur_effect
 The xtd::drawing::imaging::effects::blur_effect blurs the image with radius. More...
 
struct  xtd::drawing::imaging::effects::brightness_effect
 The xtd::drawing::imaging::effects::brightness_effect changes the brightness of the image with percent factor. More...
 
struct  xtd::drawing::imaging::effects::color_effect
 The xtd::drawing::imaging::effects::color_effect adds or removes a color to the image with percent factor. More...
 
struct  xtd::drawing::imaging::effects::color_extraction_effect
 The xtd::drawing::imaging::effects::color_extraction_effect filters image with extraction color and replaces all other colors with other pixels color. More...
 
struct  xtd::drawing::imaging::effects::color_substitution_effect
 The xtd::drawing::imaging::effects::color_substitution_effect replaces the source color with the new color. More...
 
struct  xtd::drawing::imaging::effects::contrast_effect
 The xtd::drawing::imaging::effects::brightness_effect changes the contrast of the image with percent factor. More...
 
struct  xtd::drawing::imaging::effects::crop_effect
 The xtd::drawing::imaging::effects::crop_effect crops the image with new rectangle. More...
 
struct  xtd::drawing::imaging::effects::disabled_effect
 The xtd::drawing::imaging::effects::disabled_effect disables the image with brightness or background color. More...
 
struct  xtd::drawing::imaging::effects::drop_shadow_effect
 The xtd::drawing::imaging::effects::drop_shadow_effect add a vertical and/or horizontal shadow to the image. More...
 
struct  xtd::drawing::imaging::effects::effect
 Represents the base class for all effects. More...
 
struct  xtd::drawing::imaging::effects::gamma_correction_effect
 The xtd::drawing::imaging::effects::gamma_correction_effect changes the gamma of the image with r, g, and b correction. More...
 
struct  xtd::drawing::imaging::effects::grayscale_effect
 The xtd::drawing::imaging::effects::grayscale_effect changes the colors of the image to grayscale colors with percent factor. More...
 
struct  xtd::drawing::imaging::effects::hue_rotate_effect
 The xtd::drawing::imaging::effects::hue_rotate_effect rotates hue colors of the image with angle. More...
 
struct  xtd::drawing::imaging::effects::invert_effect
 The xtd::drawing::imaging::effects::invert_effect inverts the color of the image with percent factor. More...
 
struct  xtd::drawing::imaging::effects::opacity_effect
 The xtd::drawing::imaging::effects::opacity_effect changes the opacity level of the image with percent factor. More...
 
struct  xtd::drawing::imaging::effects::posterize_effect
 The xtd::drawing::imaging::effects::posterize_effect posterizes the image with color levels. More...
 
struct  xtd::drawing::imaging::effects::resize_effect
 The xtd::drawing::imaging::effects::resize_effect resizes the image with new rectangle and optionnaly fill color. More...
 
struct  xtd::drawing::imaging::effects::rotate_flip_effect
 The xtd::drawing::imaging::effects::rotate_flip_effect Rotates, flips, or rotates and flips of the image with rotate flip type. More...
 
struct  xtd::drawing::imaging::effects::saturate_effect
 The xtd::drawing::imaging::effects::saturate_effect saturates the image with percent factor. More...
 
struct  xtd::drawing::imaging::effects::scale_effect
 The xtd::drawing::imaging::effects::scale_effect scales the image with new size. More...
 
struct  xtd::drawing::imaging::effects::sepia_effect
 The xtd::drawing::imaging::effects::sepia_effect changes the colors of the image to grayscale colors with percent factor. More...
 
struct  xtd::drawing::imaging::effects::solarize_effect
 The xtd::drawing::imaging::effects::solarize_effect solarizes the image with threashold. More...
 
struct  xtd::drawing::imaging::effects::threshold_effect
 The xtd::drawing::imaging::effects::threshold_effect converts image into black and white colors with threshold value. More...
 
class  xtd::drawing::imaging::image_effector
 The xtd::drawing::imaging::image_effector allows effects defined in the xtd::drawing::imaging::effects namespace to be applied to both xtd::drawing::image and xtd::drawing::graphics via overloaded xtd::drawing::imaging::image_effector::set_effect methods. This class cannot be inherited. More...