C# Class Saturation, GGJ2016

Inheritance: MonoBehaviour
Show file 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 property

public float hue
return float

sat public property

public float sat
return float

val public property

public float val
return float