WhiteBalanceEffect¶
类位于 Infernux.renderstack
继承自: FullScreenEffect
描述¶
白平衡效果。调节色温和色调。
description
属性¶
| 名称 | 类型 | 描述 |
|---|---|---|
| name | str |
(只读) |
| injection_point | str |
(只读) |
| default_order | int |
(只读) |
| menu_path | str |
(只读) |
| temperature | float |
色温。 |
| tint | float |
色调偏移。 |
properties
公共方法¶
| 方法 | 描述 |
|---|---|
get_shader_list() → List[str] |
|
setup_passes(graph: RenderGraph, bus: ResourceBus) → None |
public_methods
示例¶
example
另请参阅¶
see_also