Skip to content

zwlr_gamma_control_manager_v1¤

wayland.zwlr_gamma_control_manager_v1 ¤

Manager to create per-output gamma controls

This interface is a manager that allows creating per-output gamma controls.

Methods:

get_gamma_control ¤

get_gamma_control(output: wl_output) -> zwlr_gamma_control_v1

Get a gamma control for an output

Create a gamma control that can be used to adjust gamma tables for the provided output.

Returns:

destroy ¤

destroy() -> None

Destroy the manager

All objects created by the manager will still remain valid, until their appropriate destroy request has been called.