Gorgon
Show / Hide Table of Contents

Interface IGorgon2DCompositorPass

Information about a single pass in a Gorgon2DCompositor.

Inherited Members
IGorgonNamedObject.Name
Namespace: Gorgon.Renderers
Assembly: Gorgon.Renderers.Gorgon2D.dll
Syntax
public interface IGorgon2DCompositorPass : IGorgonNamedObject

Properties

| Edit this page View Source

ClearColor

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.

| Edit this page View Source

Enabled

Property to set or return whether the effect is enabled or not.

Declaration
bool Enabled { get; set; }
Property Value
Type Description
bool

Extension Methods

GorgonDebugExtensions.ValidateObject<T>(T, string)
GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author