Modifier and Type | Class and Description |
---|---|
static class |
Filters.ColorizeFilter
A Filter that is constructed with a color and makes any color it is told to alter have the same hue as the given
color, have saturation that is somewhere between the given color's and the altered colors, and chiefly is
distinguishable from other colors by value.
|
static class |
Filters.GammaCorrectFilter
A Filter that performs a brightness adjustment to make dark areas lighter and light areas not much less bright.
|
static class |
Filters.GrayscaleFilter
A Filter that converts all colors passed to it to grayscale, like a black and white film.
|
static class |
Filters.HallucinateFilter
A Filter that makes the colors requested from it highly saturated, with the original hue, value and a timer that
increments very slowly altering hue, with hue, value and the timer altering saturation, and the original hue,
saturation, and value all altering value.
|
static class |
Filters.IdentityFilter
A Filter that does nothing to the colors it is given but pass them along unchanged.
|
static class |
Filters.LerpFilter
A Filter that is constructed with a color and linear-interpolates any color it is told to alter toward the color
it was constructed with.
|
static class |
Filters.MaxValueFilter
A Filter that tracks the highest brightness for any component it was assigned and stores it in state as the first
and only element.
|
static class |
Filters.MultiLerpFilter
A Filter that is constructed with a group of colors and linear-interpolates any color it is told to alter toward
the color it was constructed with that has the closest hue.
|
static class |
Filters.PaletteFilter
A Filter that is constructed with a group of colors and forces any color it is told to alter to exactly
the color it was constructed with that has the closest red, green, and blue components.
|
static class |
Filters.SaturationFilter
A Filter that multiplies the saturation of any color requested from it by a number given during construction.
|
static class |
Filters.WiggleFilter
A Filter that is constructed with a palette of colors and randomly increases or decreases the red, green, and
blue components of any color it is told to alter.
|
Copyright © 2012–2016. All rights reserved.