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

Commit 595664a3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix a DimmingStage documentation typo by rewording the doc." into main...

Merge "Fix a DimmingStage documentation typo by rewording the doc." into main am: 299db355 am: 518f74b2 am: 7cafdb30 am: f0c1565e am: d0c6ea82

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2669815



Change-Id: Ic26033b197832c2ba22c5ce704edc4c1f3a65424
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 06fdf08f d0c6ea82
Loading
Loading
Loading
Loading
+5 −7
Original line number Diff line number Diff line
@@ -39,14 +39,12 @@ parcelable ClientTargetPropertyWithBrightness {
    /**
     * The stage in which dimming operations should be performed when compositing
     * the client target.
     *
     * Note that with a COLORIMETRIC RenderIntent, DimmingSpace must be LINEAR. That is, dimming
     * is defined to occur in linear space.
     * However, some composer implementations may, with other vendor-defined RenderIntents,
     * configure their hardware such as image quality adjustments is intended to occur after
     * composition. In this scenario, if the dimming operation were applied in linear space,
     * then the resulting dimming operation may comepl those image quality adjustments to
     * incorrectly alter the gamma curve. To avoid this issue, those implementations must opt to
     * dim in gamma space.
     * is defined to occur in linear space. However, some composer implementations may, with
     * other vendor-defined RenderIntents, apply certain image quality adjustments that are
     * sensitive to gamma shift when dimming in linear space. To avoid this issue, those
     * implementations must opt to dim in gamma space.
     */
    DimmingStage dimmingStage;
}