ColorReductionType

Description

The color reduction algorithm.

Static Properties

ADAPTIVE readonly Samples color from the spectrum appearing most commonly in the image.
BLACKWHITE readonly Uses a set palette of colors.
CUSTOM readonly Uses a color palette that is created or modified by the user. If you open an existing GIF or PNG-8 file, it will have a custom color palette.
GRAYSCALE readonly Uses a set palette of colors.
MACINTOSH readonly Uses a set palette of colors.
PERCEPTUAL readonly Gives priority to colors for which the human eye has greater sensitivity.
RESTRICTIVE readonly Uses the standard 216-color color table common to Windows and Mac OS 8-bit (256-color or web-safe palette); ensures that no browser dither is applied when the image is displayed using 8-bit color.
SELECTIVE readonly Gives priority to broad areas of color and the preservation of web colors; usually produces images with the greatest color integrity.
WINDOWS readonly Uses a set palette of colors.