Interface IGorgon2DCompositorPass
Information about a single pass in a Gorgon2DCompositor.
Inherited Members
Namespace: Gorgon.Renderers
Assembly: Gorgon.Renderers.Gorgon2D.dll
Syntax
public interface IGorgon2DCompositorPass : IGorgonNamedObject
Properties
| Edit this page View SourceClearColor
Property to set or return the color to use when clearing the active render target.
Declaration
GorgonColor? ClearColor { get; set; }
Property Value
Type | Description |
---|---|
GorgonColor? |
Remarks
If this value is set to null, then the current target will not be cleared.
The default value is null.
Enabled
Property to set or return whether the effect is enabled or not.
Declaration
bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
bool |