class
	LIGHTTABLE_T

General
	cluster: render
	description: 
		"r_defs.h
		This could be wider for >8 bit display.
		Indeed, true color support is possible
		 precalculating 24bpp lightmap/colormap LUT.
		 from darkening PLAYPAL to all black.
		Could even us emore than 32 levels."
	create: default_create, from_natural_8

Ancestors
	NATURAL_8_REF

Queries
	as_integer_16: INTEGER_16
	as_integer_32: INTEGER_32
	as_integer_64: INTEGER_64
	as_integer_8: INTEGER_8
	as_natural_16: NATURAL_16
	as_natural_32: NATURAL_32
	as_natural_64: NATURAL_64
	as_natural_8: NATURAL_8
	bit_and alias "&" (i: [like Current] LIGHTTABLE_T): [like Current] LIGHTTABLE_T
	bit_not: [like Current] LIGHTTABLE_T
	bit_or alias "|" (i: [like Current] LIGHTTABLE_T): [like Current] LIGHTTABLE_T
	bit_shift (n: INTEGER_32): NATURAL_8
	bit_shift_left alias "|<<" (n: INTEGER_32): [like Current] LIGHTTABLE_T
	bit_shift_right alias "|>>" (n: INTEGER_32): [like Current] LIGHTTABLE_T
	bit_test (n: INTEGER_32): BOOLEAN
	bit_xor (i: [like Current] LIGHTTABLE_T): [like Current] LIGHTTABLE_T
	divisible (other: [like Current] LIGHTTABLE_T): BOOLEAN
	exponentiable (other: NUMERIC): BOOLEAN
	hash_code: INTEGER_32
	identity alias "+": [like Current] LIGHTTABLE_T
	integer_quotient alias "//" (other: [like Current] LIGHTTABLE_T): [like Current] LIGHTTABLE_T
	integer_remainder alias "\\" (other: [like Current] LIGHTTABLE_T): [like Current] LIGHTTABLE_T
	interval alias "|..|" (other: INTEGER_32): INTEGER_INTERVAL
	is_equal (other: [like Current] LIGHTTABLE_T): BOOLEAN
	is_greater alias ">" (other: [like Current] LIGHTTABLE_T): BOOLEAN
	is_greater_equal alias ">=" (other: [like Current] LIGHTTABLE_T): BOOLEAN
	is_hashable: BOOLEAN
	is_less alias "<" (other: [like Current] LIGHTTABLE_T): BOOLEAN
	is_less_equal alias "<=" (other: [like Current] LIGHTTABLE_T): BOOLEAN
	is_valid_character_32_code: BOOLEAN
	is_valid_character_8_code: BOOLEAN
	item: NATURAL_8
	max (other: [like Current] LIGHTTABLE_T): [like Current] LIGHTTABLE_T
	Max_value: NATURAL_8
	min (other: [like Current] LIGHTTABLE_T): [like Current] LIGHTTABLE_T
	Min_value: NATURAL_8
	minus alias "-" (other: [like Current] LIGHTTABLE_T): [like Current] LIGHTTABLE_T
	one: [like Current] LIGHTTABLE_T
	out: STRING_8
	plus alias "+" (other: [like Current] LIGHTTABLE_T): [like Current] LIGHTTABLE_T
	power alias "^" (other: REAL_64): REAL_64
	product alias "*" (other: [like Current] LIGHTTABLE_T): [like Current] LIGHTTABLE_T
	quotient alias "/" (other: [like Current] LIGHTTABLE_T): REAL_64
	set_bit (b: BOOLEAN; n: INTEGER_32): NATURAL_8
	set_bit_with_mask (b: BOOLEAN; m: NATURAL_8): NATURAL_8
	sign: INTEGER_32
	three_way_comparison (other: [like Current] LIGHTTABLE_T): INTEGER_32
	to_boolean: BOOLEAN
	to_character_32: CHARACTER_32
	to_character_8: CHARACTER_8
	to_hex_character: CHARACTER_8
	to_hex_string: STRING_8
	to_integer_16: INTEGER_16
	to_integer_32: INTEGER_32
	to_integer_64: INTEGER_64
	to_integer_8: INTEGER_8
	to_natural_16: NATURAL_16
	to_natural_32: NATURAL_32
	to_natural_64: NATURAL_64
	to_natural_8: NATURAL_8
	to_real_32: REAL_32
	to_real_64: REAL_64
	to_reference: NATURAL_8_REF
	unapplicable_opposite: [like Current] LIGHTTABLE_T
	zero: [like Current] LIGHTTABLE_T

Commands
	from_natural_8 (a_val: NATURAL_8)
	set_item (i: NATURAL_8)


Generated by ISE EiffelStudio