Namespace SixLabors.ImageSharp.Processing.Processors.Filters
Classes
AchromatomalyProcessor
Converts the colors of the image recreating Achromatomaly (Color desensitivity) color blindness.
AchromatopsiaProcessor
Converts the colors of the image recreating Achromatopsia (Monochrome) color blindness.
BlackWhiteProcessor
Applies a black and white filter matrix to the image.
BrightnessProcessor
Applies a brightness filter matrix using the given amount.
ContrastProcessor
Applies a contrast filter matrix using the given amount.
DeuteranomalyProcessor
Converts the colors of the image recreating Deuteranomaly (Green-Weak) color blindness.
DeuteranopiaProcessor
Converts the colors of the image recreating Deuteranopia (Green-Blind) color blindness.
FilterProcessor
Defines a free-form color filter by a ColorMatrix.
GrayscaleBt601Processor
Applies a grayscale filter matrix using the given amount and the formula as specified by ITU-R Recommendation BT.601
GrayscaleBt709Processor
Applies a grayscale filter matrix using the given amount and the formula as specified by ITU-R Recommendation BT.709
HueProcessor
Applies a hue filter matrix using the given angle of rotation in degrees
InvertProcessor
Applies a filter matrix that inverts the colors of an image
KodachromeProcessor
Applies a filter matrix recreating an old Kodachrome camera effect matrix to the image
LightnessProcessor
Applies a lightness filter matrix using the given amount.
LomographProcessor
Converts the colors of the image recreating an old Lomograph effect.
OpacityProcessor
Applies an opacity filter matrix using the given amount.
PolaroidProcessor
Converts the colors of the image recreating an old Polaroid effect.
ProtanomalyProcessor
Converts the colors of the image recreating Protanomaly (Red-Weak) color blindness.
ProtanopiaProcessor
Converts the colors of the image recreating Protanopia (Red-Blind) color blindness.
SaturateProcessor
Applies a saturation filter matrix using the given amount.
SepiaProcessor
Applies a sepia filter matrix using the given amount.
TritanomalyProcessor
Converts the colors of the image recreating Tritanomaly (Blue-Weak) color blindness.
TritanopiaProcessor
Converts the colors of the image recreating Tritanopia (Blue-Blind) color blindness.