paletteColor method

int paletteColor(
  1. int index
)

Implementation

int paletteColor( int index ){
	return _palette![index];
}