Click or drag to resize

RenderPassHint Enumeration

An optimization hint optionally provided to a primitive'sSet method to enhance performance when per-position colors are used.

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum RenderPassHint
Members
  Member nameDescription
Opaque The collection of Colors contains only opaque colors. This implies that each color's alpha component is 255.
Translucent The collection of Colors contains translucent colors. This implies that at least one color has an alpha component that is not 255.
Unknown It is unknown if the collection of Colors contains opaque or translucent colors.
See Also