Logo Mibo

InstanceOpacityFilter Type

Which instances of an instanced command a staging pass keeps. The per-instance tint alpha makes single instances semi-transparent while their neighbors stay opaque, so transparency is decided per instance: an instance is opaque when its tint alpha is 255 (instances past the colors array clamp to white, matching the staging contract). The filter applies at row-staging time — the kept instances' rows are written compacted, and the command's arrays and palette layout stay untouched.

Union cases

Union case Description

All

Full Usage: All

OpaqueOnly

Full Usage: OpaqueOnly

TransparentOnly

Full Usage: TransparentOnly

Instance members

Instance member Description

this.IsAll

Full Usage: this.IsAll

Returns: bool
Returns: bool

this.IsOpaqueOnly

Full Usage: this.IsOpaqueOnly

Returns: bool
Returns: bool

this.IsTransparentOnly

Full Usage: this.IsTransparentOnly

Returns: bool
Returns: bool

Type something to start searching.