xtd 0.2.0
xtd::drawing::imaging::effects Namespace Reference

Definition

The xtd::drawing::imaging::effects namespace provides functionality for adding effects to images.

Classes

struct  bitonal_effect
 The xtd::drawing::imaging::effects::bitonal_effect converts image into lower and upper colors with threshold value. More...
 
struct  blur_effect
 The xtd::drawing::imaging::effects::blur_effect blurs the image with radius. More...
 
struct  brightness_effect
 The xtd::drawing::imaging::effects::brightness_effect changes the brightness of the image with percent factor. More...
 
struct  color_effect
 The xtd::drawing::imaging::effects::color_effect adds or removes a color to the image with percent factor. More...
 
struct  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  color_substitution_effect
 The xtd::drawing::imaging::effects::color_substitution_effect replaces the source color with the new color. More...
 
struct  contrast_effect
 The xtd::drawing::imaging::effects::brightness_effect changes the contrast of the image with percent factor. More...
 
struct  crop_effect
 The xtd::drawing::imaging::effects::crop_effect crops the image with new rectangle. More...
 
struct  disabled_effect
 The xtd::drawing::imaging::effects::disabled_effect disables the image with brightness or background color. More...
 
struct  drop_shadow_effect
 The xtd::drawing::imaging::effects::drop_shadow_effect add a vertical and/or horizontal shadow to the image. More...
 
struct  effect
 Represents the base class for all effects. More...
 
struct  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  grayscale_effect
 The xtd::drawing::imaging::effects::grayscale_effect changes the colors of the image to grayscale colors with percent factor. More...
 
struct  hue_rotate_effect
 The xtd::drawing::imaging::effects::hue_rotate_effect rotates hue colors of the image with angle. More...
 
struct  invert_effect
 The xtd::drawing::imaging::effects::invert_effect inverts the color of the image with percent factor. More...
 
struct  opacity_effect
 The xtd::drawing::imaging::effects::opacity_effect changes the opacity level of the image with percent factor. More...
 
struct  posterize_effect
 The xtd::drawing::imaging::effects::posterize_effect posterizes the image with color levels. More...
 
struct  resize_effect
 The xtd::drawing::imaging::effects::resize_effect resizes the image with new rectangle and optionnaly fill color. More...
 
struct  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  saturate_effect
 The xtd::drawing::imaging::effects::saturate_effect saturates the image with percent factor. More...
 
struct  scale_effect
 The xtd::drawing::imaging::effects::scale_effect scales the image with new size. More...
 
struct  sepia_effect
 The xtd::drawing::imaging::effects::sepia_effect changes the colors of the image to grayscale colors with percent factor. More...
 
struct  solarize_effect
 The xtd::drawing::imaging::effects::solarize_effect solarizes the image with threashold. More...
 
struct  threshold_effect
 The xtd::drawing::imaging::effects::threshold_effect converts image into black and white colors with threshold value. More...