regBgColor static method

void regBgColor(
  1. int rgbColor
)

Implementation

static void regBgColor( int rgbColor ){
	_bgColor = rgbColor;
}