Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be0ee336 authored by Clemenz Portmann's avatar Clemenz Portmann
Browse files

Small formatting change in CCM matrix doc.

bug: 197741294

Change-Id: I00ea0887a7e2d35c8212ba2fe29c98ce02d2d8f6
parent b6ee1e34
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1022,7 +1022,8 @@ public final class CaptureRequest extends CameraMetadata<CaptureRequest.Key<?>>
     * <p>which define a transform from input sensor colors, <code>P_in = [ r g b ]</code>,
     * to output linear sRGB, <code>P_out = [ r' g' b' ]</code>,</p>
     * <p>with colors as follows:</p>
     * <pre><code>r' = I0r + I1g + I2b
     * <pre><code>
     * r' = I0r + I1g + I2b
     * g' = I3r + I4g + I5b
     * b' = I6r + I7g + I8b
     * </code></pre>