class
	WEL_RGB_QUAD

General
	cluster: wel
	description: "Describes a color consisting of relative intensities of red, green, and blue."
	create: make_by_pointer, make

Ancestors
	WEL_STRUCTURE*

Queries
	blue: INTEGER_32
	exists: BOOLEAN
	green: INTEGER_32
	is_equal (other: [like Current] WEL_RGB_QUAD): BOOLEAN
	item: POINTER
	red: INTEGER_32
	reserved: INTEGER_32
	shared: BOOLEAN
	Structure_size: INTEGER_32

Commands
	copy (other: [like Current] WEL_RGB_QUAD)
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	set_blue (a_blue: INTEGER_32)
	set_green (a_green: INTEGER_32)
	set_item (an_item: POINTER)
	set_red (a_red: INTEGER_32)
	set_reserved (a_reserved: INTEGER_32)
	set_shared
	set_unshared