Struct StyleEffectGroupConfiguration
A RenderStage that applies stylised effects to a texture source and render to a target
Effects are: Pixellate, Edge Detection, Static Noise, Cathode Ray Tube and Old Movie Reel,
A combination of all the effects can be applied together
In general, effect results are fed into the next effect
The order being -> Pixellate -> Edge Detection -> Static -> Old Movie Reel -> CRT
This struct contains configuration data for all effects in the stage
Namespace: Yak2D
Assembly: Yak2D.Api.dll
Syntax
public struct StyleEffectGroupConfiguration
Fields
CRT
Declaration
public CrtEffectConfiguration CRT
Field Value
EdgeDetection
Declaration
public EdgeDetectionConfiguration EdgeDetection
Field Value
OldMovie
Declaration
public OldMovieConfiguration OldMovie
Field Value
Pixellate
Declaration
public PixellateConfiguration Pixellate
Field Value
Static
Declaration
public StaticConfiguration Static
Field Value