C# Class Saturation, GGJ2016

Inheritance: MonoBehaviour
Mostrar archivo Open project: netgrind/GGJ2016 Class Usage Examples

Public Properties

Property Type Description
hue float
sat float
val float

Public Methods

Method Description
OnRenderImage ( RenderTexture source, RenderTexture destination ) : void

Method Details

OnRenderImage() public method

public OnRenderImage ( RenderTexture source, RenderTexture destination ) : void
source RenderTexture
destination RenderTexture
return void

Property Details

hue public_oe property

public float hue
return float

sat public_oe property

public float sat
return float

val public_oe property

public float val
return float