ColorAdjustmentsEffect¶
类位于 Infernux.renderstack
继承自: FullScreenEffect
描述¶
色彩调整效果。亮度、对比度、饱和度一把抓。
description
属性¶
| 名称 | 类型 | 描述 |
|---|---|---|
| name | str |
(只读) |
| injection_point | str |
(只读) |
| default_order | int |
(只读) |
| menu_path | str |
(只读) |
| post_exposure | float |
|
| contrast | float |
对比度。 |
| saturation | float |
饱和度。 |
| hue_shift | float |
properties
公共方法¶
| 方法 | 描述 |
|---|---|
get_shader_list() → List[str] |
|
setup_passes(graph: RenderGraph, bus: ResourceBus) → None |
public_methods
示例¶
example
另请参阅¶
see_also