Creates a Palette object.
public Palette( int handle )
handle
The handle (HPALETTE) on which to base the palette.
When you create a palette based on a previously allocated Windows handle, the Palette object does not take ownership of that handle; you are responsible for freeing the handle when you are finished.