In 2016, Apple introduced the iPad Pro with Apple's True Tone display technology to dynamically adjust the white balance based on the ambient brightness. It's a simple, yet very effective feature which enhances the reading experience at all brightness levels. Among Android device makers, only OnePlus and most recently, LG, have attempted to mimic True Tone, though only the latter has done so successfully. Now, we've found evidence that Google is working on such a display feature, and it'll likely appear on the upcoming Google Pixel 4 series.

According to Dylan Raga, XDA's Display Analyst, the basis of TrueTone in Apple devices comes from "the concept of chromatic adaptation in the human visual system, which allows an object to appear the same color even when viewed under different-colored lighting. This applies to reflective surfaces, such as any real-world object, but smartphone screens are emissive. Screens often appear overly-blue when viewed under warmer lighting. This is because the perceived white balance of the display changes with the color of the ambient lighting around you. To achieve the same visually-adapting property, the display should change its color temperature towards the color of the ambient lighting so that it appears that the screen's surface is being illuminated by the color of the ambient lighting. This makes the screen appear consistent regardless of the color of ambient lighting." If implemented on the Google Pixel 4 and Pixel 4 XL, this is how it'll most likely work.

The evidence for the inclusion of this feature dates back to the leaked build that we obtained in January. In that build, we found that Android Q had a placeholder setting to toggle the "display white balance." Back then and even today, it still does nothing. After doing some digging, we've found out why: It requires an entirely new sensor not present on existing Google Pixel smartphones. That sounds similar to another likely Pixel 4 feature we just posted about earlier today.

Within the Settings app in Android Q, there's a new class called DisplayWhiteBalancePreferenceController. It checks whether the boolean framework value config_displayWhiteBalanceAvailable is set to true before allowing the above toggle to be shown in Display settings. It also requires that the current color mode on the Pixel isn't set to "2," which corresponds to "Saturated" on the Pixel 2 and "Adaptive" on the Pixel 3. According to Dylan Raga, the feature "doesn't work on the Saturated color profile since that profile is not properly color managed and not calibrated", meaning it "most likely does not have the calibration data to properly perform the necessary color space transformations." Besides the preference controller class, there's nothing else in Settings or SystemUI for this new feature.

However, within the framework are multiple integers, integer arrays, string arrays, and finally a string that confirm this feature is for dynamically adjusting the white balance based on brightness, and that it requires a new sensor. The following integers, integer arrays, and string arrays confirm that the "displayWhiteBalance" feature sets a different white balance value based on the ambient color temperature and brightness level.

What's more telling, however, is the following string which confirms that the feature requires a new Google sensor:

        <string name="config_displayWhiteBalanceColorTemperatureSensorName">com.google.sensor.color</string>
    

This sensor isn't found on any of the existing Google Pixel smartphones, so it could be new to the Google Pixel 4 series. Furthermore, we've seen other Google sensors with the "com.google.sensor" naming scheme such as Active Edge (com.google.sensor.elmyra) and Pixel Stand (com.google.sensor.dreamliner). Thus, there's a good chance this "com.google.sensor.color" refers to an ambient light sensor capable of measuring color data.

The TMD2725 in the Google Pixel 3 doesn't seem capable, but maybe whatever sensor is used in the Pixel 4 will be. The ToF sensor on the LG G8 ThinQ is paired with an ambient light sensor capable of detecting color, which Dylan says is something that ambient light sensor vendors are starting to do. Perhaps the Google Pixel 4 will include such a package—after all, we're expecting the Pixel 4 to support secure facial recognition.