Structs§
- A tuple representing a point on the auto-brightness curve Ambient_lux and nits must be positive values.
- A set of points defining the auto-brightness curve. The ambient_lux values must be monotonically increasing.
- A Stream of incoming requests for fuchsia.ui.brightness/ColorAdjustmentHandler.
- A Stream of incoming requests for fuchsia.ui.brightness/ColorAdjustment.
- The table for screen color tint adjustments.
- A Stream of incoming requests for fuchsia.ui.brightness/Control.
Enums§
- Handler implemented by the owner of the presentation. The UI component that controls brightness and screen tint uses this protocol to request changes to the screen’s color adjustment matrix.
- Allows clients to request changes to the screen’s color adjustment matrix. This protocol should be implemented and served by the owner of screen presentation.
- Control provides an interface to manage the brightness component.
Traits§
Type Aliases§
- A normalized relative brightness adjustment in the range 0.0 (off/minimum) to 1.0 (maximum).