- indexing
- title: "This file was automaticaly generated by Visual Eiffel COM bridge. Do not edit"
- cluster: ecom
class ECOM_PALETTEENTRY
- inherit
-
RTS_SERVER
- end
- feature -- members
-
peRed: CHARACTER
-
peGreen: CHARACTER
-
peBlue: CHARACTER
-
peFlags: CHARACTER
- feature -- Adapt
-
adapt (other: ECOM_PALETTEENTRY)
- feature -- Set
-
set (pered_: CHARACTER; pegreen_: CHARACTER; peblue_: CHARACTER; peflags_: CHARACTER)
- feature -- get ptr
-
get_ptr: expanded ECOM_PTR [expanded ECOM_PALETTEENTRY]
- feature -- Size
-
size: INTEGER
end -- class ECOM_PALETTEENTRY