The gain value is only applied to the argb() and getNormalizedColors() methods, not to the raw color methods. The getNormalizedColors() method is recommended for ease-of-use and clarity, since argb() has to be converted. Updates SensorColor Java sample to demonstrate gain usage Merges Sens...