indexing
	description: "Raster operations constants."
	status: "See notice at end of class."
	date: "$Date$"
	revision: "$Revision$"

class interface
	WEL_RASTER_OPERATIONS_CONSTANTS

feature -- Access

	Blackness: INTEGER is 66
			-- Declared in Windows as BLACKNESS

	Dstinvert: INTEGER is 5570569
			-- Declared in Windows as DSTINVERT

	maskcopy: INTEGER

	Maskpaint: INTEGER is 2229030
			-- 0x220326

	Mergecopy: INTEGER is 12583114
			-- Declared in Windows as MERGECOPY

	Mergepaint: INTEGER is 12255782
			-- Declared in Windows as MERGEPAINT

	Notsrccopy: INTEGER is 3342344
			-- Declared in Windows as NOTSRCCOPY

	Notsrcerase: INTEGER is 1114278
			-- Declared in Windows as NOTSRCERASE

	Patcopy: INTEGER is 15728673
			-- Declared in Windows as PATCOPY

	Patinvert: INTEGER is 5898313
			-- Declared in Windows as PATINVERT

	Patpaint: INTEGER is 16452105
			-- Declared in Windows as PATPAINT

	Srcand: INTEGER is 8913094
			-- Declared in Windows as SRCAND

	Srccopy: INTEGER is 13369376
			-- Declared in Windows as SRCCOPY

	Srcerase: INTEGER is 4457256
			-- Declared in Windows as SRCERASE

	Srcinvert: INTEGER is 6684742
			-- Declared in Windows as SRCINVERT

	Srcpaint: INTEGER is 15597702
			-- Declared in Windows as SRCPAINT

	Whiteness: INTEGER is 16711778
			-- Declared in Windows as WHITENESS
	
invariant

		-- from ANY
	reflexive_equality: standard_is_equal (Current)
	reflexive_conformance: conforms_to (Current)

end -- class WEL_RASTER_OPERATIONS_CONSTANTS