- indexing
- title: "Visual Eiffel Library.", "The WAPI_PALETTEENTRY class specifies the color and usage", "of an entry in a logical color palette."
- 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_PALETTEENTRY
- inherit
-
WAPI_GET_POINTER
- end
- feature -- Class data
-
peRed: BIT 8
-
peGreen: BIT 8
-
peBlue: BIT 8
-
peFlags: BIT 8
- feature -- Access
-
ptr: POINTER
- feature -- Change
-
set_peRed (i: INTEGER)
-
set_peGreen (i: INTEGER)
-
set_peBlue (i: INTEGER)
-
set_peFlags (i: INTEGER)
end -- class WAPI_PALETTEENTRY