Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
CanvasModulate¶
继承: Node2D < CanvasItem < Node < Object
将一种色调应用于一张画布的节点。
描述¶
CanvasModulate 将一种色调应用于一张画布上的所有节点。一张画布只有一个可用于为画布着色,但 CanvasLayer 可用于独立渲染事物。
属性¶
|
属性说明¶
Color color = Color(1, 1, 1, 1)
要应用的色调颜色。