Uses of Interface
net.sourceforge.jiu.data.RGBIndex
Packages that use RGBIndex
Package
Description
-
Uses of RGBIndex in net.sourceforge.jiu.color
Classes in net.sourceforge.jiu.color that implement RGBIndexModifier and TypeClassDescriptionclassThis class createsPaletteobjects that contain the so-called websafe palette. -
Uses of RGBIndex in net.sourceforge.jiu.color.adjustment
Classes in net.sourceforge.jiu.color.adjustment that implement RGBIndexModifier and TypeClassDescriptionclassAdjusts saturation and value of a color image, optionally hue as well. -
Uses of RGBIndex in net.sourceforge.jiu.color.conversion
Classes in net.sourceforge.jiu.color.conversion that implement RGBIndexModifier and TypeClassDescriptionclassConvert from YCbCr color space (as used in Kodak PCD files) to RGB. -
Uses of RGBIndex in net.sourceforge.jiu.color.dithering
Classes in net.sourceforge.jiu.color.dithering that implement RGBIndexModifier and TypeClassDescriptionclassThis class is used to apply error diffusion dithering to images that are being reduced in their color depth.classThis operation reduces the color depth of RGB truecolor images and grayscale images by applying ordered dithering. -
Uses of RGBIndex in net.sourceforge.jiu.color.io
Classes in net.sourceforge.jiu.color.io that implement RGBIndex -
Uses of RGBIndex in net.sourceforge.jiu.color.quantization
Classes in net.sourceforge.jiu.color.quantization that implement RGBIndexModifier and TypeClassDescriptionclassA color quantizer that maps anRGBImageto any given palette.classAn instance of this node class represents a cuboid part of the color cube representing the three-dimensional RGB color space.classPerforms the Median Cut color quantization algorithm for a given list of colors.classPerforms the octree color quantization algorithm for a given RGB truecolor image.classA single node in an octree.classPerforms the popularity color quantization algorithm that maps an image to the colors occurring most frequently in the input image.classEncapsulates a single color from RGB (red, green, blue) color space plus a frequency counter.classCompares twoRGBColorobjects.classHolds an array ofRGBColorobjects.classA color quantizer that maps to a palette which is equidistantly distributed in the RGB color cube. -
Uses of RGBIndex in net.sourceforge.jiu.data
Subinterfaces of RGBIndex in net.sourceforge.jiu.dataModifier and TypeInterfaceDescriptioninterfaceAn empty interface for RGB truecolor images with integer samples that are each eight bits large (thus, 24 bits per pixel).interfaceAn empty interface for RGB truecolor images with integer samples that are each sixteen bits large (thus, 48 bits per pixel).interfaceAn interface for RGB truecolor images.interfaceAn interface for RGB truecolor images that have integer samples.Classes in net.sourceforge.jiu.data that implement RGBIndexModifier and TypeClassDescriptionclassA class to store 24 bit RGB truecolor images in memory.classA class to store 48 bit RGB truecolor images in memory.classThis class represents a palette, a list of RGB colors. -
Uses of RGBIndex in net.sourceforge.jiu.gui.awt
Classes in net.sourceforge.jiu.gui.awt that implement RGBIndexModifier and TypeClassDescriptionclassA bridge class to useBufferedImageobjects (class defined in the standard runtime library, packagejava.awt.image) asRGB24Imageobjects within JIU.