- indexing
- title: "Visual Eiffel Library.", "Win32 API: The `WAPI_COLORMAP%' structure contains information used by the `CreateMappedBitmap%' function to map the colors of the bitmap."
- project: "Visual Eiffel Win32 Library"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: winlib
class WAPI_COLORMAP
- inherit
-
WAPI_GET_POINTER
- end
- feature -- Class data
-
from_: INTEGER
-
to: INTEGER
- feature -- Access
-
ptr: POINTER
- feature -- Operations
-
set_from (from__: INTEGER)
-
set_to (to_: INTEGER)
end -- class WAPI_COLORMAP