124125126127128129130
* * @param g The g value for the tristimulus. */ public void setG( float g ) { values.set( 1, new COSFloat( g ) ); }
144145146147148149150
* * @param b The b value for the tristimulus. */ public void setB( float b ) { values.set( 2, new COSFloat( b ) ); }