umax method

int umax()

Implementation

int umax(){
	return (_rgbFlag ? ClipMath.umax24 : ClipMath.umax8).toInt();
}