class interface WIN_PALETTE
creation
make (pal: ARRAY[RGB_COLOR])
-- Create Win32 palette.
require
valid: pal /= Void
make_handle (h: INTEGER)
require
valid: h /= 0
feature(s) from MEMORY
-- Removal :
dispose
full_collect
-- Force a full collection cycle if garbage collection is
-- enabled; do nothing otherwise.
end of WIN_PALETTE