Edward1978
Correct format: xrandr --output <DISPLAY> --gamma <R>:<G>:<B>
Example: xrandr --output DP-0 --gamma 0.3:0.3:0.3
From the xrandr man page:
--output output
Selects an output to reconfigure. Use either the name of the
output or the XID.
--gamma red[:green:blue]
Set the specified floating point values as gamma correction on the
crtc currently attached to this output. If green and blue are not
specified, the red value will be used for all three components.
Note that you cannot get two different values for cloned outputs
(i.e.: which share the same crtc) and that switching an output to
another crtc doesn't change the crtc gamma corrections at all.