Show / Hide Table of Contents

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
Type Description
CrtEffectConfiguration

EdgeDetection

Declaration
public EdgeDetectionConfiguration EdgeDetection
Field Value
Type Description
EdgeDetectionConfiguration

OldMovie

Declaration
public OldMovieConfiguration OldMovie
Field Value
Type Description
OldMovieConfiguration

Pixellate

Declaration
public PixellateConfiguration Pixellate
Field Value
Type Description
PixellateConfiguration

Static

Declaration
public StaticConfiguration Static
Field Value
Type Description
StaticConfiguration
In This Article
Back to top yak2D - Alex Paterson