mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
output: add wlr_output_state_set_gamma_lut()
This commit is contained in:
parent
6e635d2fd3
commit
5d5cf34486
3 changed files with 27 additions and 17 deletions
|
|
@ -571,6 +571,8 @@ void wlr_output_state_set_subpixel(struct wlr_output_state *state,
|
|||
enum wl_output_subpixel subpixel);
|
||||
void wlr_output_state_set_buffer(struct wlr_output_state *state,
|
||||
struct wlr_buffer *buffer);
|
||||
bool wlr_output_state_set_gamma_lut(struct wlr_output_state *state,
|
||||
size_t ramp_size, const uint16_t *r, const uint16_t *g, const uint16_t *b);
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue