Hyprland color transform matrix control
此协议允许客户端控制输出的颜色变换矩阵 (CTM)。
此协议为特权协议,不应暴露给非特权客户端。
此对象是一个管理器,提供控制 CTM 的请求。
如果进行了任何更改,一旦此对象被销毁,CTM 将被重置为单位矩阵。
set_ctm_for_output(output: object<wl_output>, mat0: fixed, mat1: fixed, mat2: fixed, mat3: fixed, mat4: fixed, mat5: fixed, mat6: fixed, mat7: fixed, mat8: fixed)
参数 | 类型 | 描述 |
|---|---|---|
| output | object<wl_output> | |
| mat0 | fixed | |
| mat1 | fixed | |
| mat2 | fixed | |
| mat3 | fixed | |
| mat4 | fixed | |
| mat5 | fixed | |
| mat6 | fixed | |
| mat7 | fixed | |
| mat8 | fixed |
为 wl_output 设置 CTM。
此状态不会立即应用;客户端必须调用 .commit 来应用任何待处理的更改。
提供的值描述了一个 3x3 行优先 CTM,值的范围为 [0, ∞)
传递超出范围的值将引发 invalid_matrix 错误。
CTM 的默认值是单位矩阵。
如果某个输出未通过 set_ctm_for_output 设置 CTM 且调用了 commit,该输出的 CTM 将被重置为单位矩阵。
destroy()
管理器创建的所有对象仍将保持有效,直到调用其相应的销毁请求。
所有输出的 CTM 将被重置为单位矩阵。
合成器支持
Cage | COSMIC | GameScope | Hyprland | Jay | KWin | Labwc | Louvre | Mir | Muffin | Mutter | niri | phoc | river | Sway | Treeland | Wayfire | Weston | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| hyprland_ctm_control_manager_v1 | x | x | x | 2 | x | x | x | x | x | x | x | x | x | x | x | x | x | x |
Copyright
Copyright © 2024 Vaxry All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.