ColorOverlay QML Type
A shader effect that tints a source item with a solid color. More...
| Import Statement: | import FluentUI.Controls 1.0 |
Properties
Detailed Description
ColorOverlay applies a fragment shader that multiplies the source pixels by the given color, effectively tinting the entire source item. The result can be optionally cached for better performance.
Property Documentation
cached : bool
Whether the effect output should be cached to improve performance. When true, the result is rendered once and reused.
color : color
The color used to tint the source item.
source : Item
The source item whose content will be tinted.