Package org.inclou.Palette

Interface Summary
ChoserInterface This interface must be implemented by those applications which desire to use PaletteCanvas, RGBform or CompleteForm class library.
 

Class Summary
CompleteForm This is a Form subclass which prompts user to select a color by introducing manually the R, G and B values in decimal format (they must be between 0 and 255) or by a palette.
PaletteCanvas You should note that this is a javax.microedition.lcdui.Canvas subclass and therefore the present library must be used by J2 Micro Edition applications.
RGBform This is a Form subclass which prompts user to select a color by introducing manually the R, G and B values in decimal format (they must be between 0 and 255).