Version: Unity 6.3 LTS (6000.3)
LanguageEnglish
  • C#

FilterFunctionType

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

The filter function type for a FilterFunction .

Properties

Property Description
CustomA custom filter function to be used with a FilterFunctionDefinition.
TintA built-in tint filter function that expects a single color value (tint).
OpacityA built-in opacity filter function that expects a single float value between 0.0f and 1.0f (opacity).
InvertA built-in invert filter function that expects a single float value between 0.0f and 1.0f (invert percentage).
GrayscaleA built-in grayscale filter function that expects a single float value between 0.0f and 1.0f (grayscale percentage).
SepiaA built-in sepia filter function that expects a single float value between 0.0f and 1.0f (sepia percentage).
BlurA built-in blur filter function that expects a single float value (sigma).
ContrastA built-in contrast filter function that expects a single float value (percent).
HueRotateA built-in hue-rotation filter function that expects a single float value (angle).