529530531532533534535536
return 15; default: } // awt.160=Color space doesn't comply with ICC specification throw new ProfileDataException(Messages.getString("awt.160") //$NON-NLS-1$ ); }
900901902903904905906
if (dataTRC == null) { return gamma; } // awt.166=TRC is not a simple gamma value. throw new ProfileDataException(Messages.getString("awt.166")); //$NON-NLS-1$ }
910911912913914915916917918
short[] dataTRC = null; getGammaOrTRC(tagSignature, dataTRC); if (dataTRC == null) { // awt.167=TRC is a gamma value, not a table. throw new ProfileDataException(Messages.getString("awt.167")); //$NON-NLS-1$ } return dataTRC; }