Enum TextureParameterDefault
A set of default textures to use as default values for TextureParameter.
Namespace: UnityEngine.Rendering.PostProcessing
Syntax
public enum TextureParameterDefault : int
Fields
| Name | Description | Value |
|---|---|---|
| Black | A black texture. |
|
| Lut2D | A 2D lookup table in strip format with |
|
| None | No texture, or |
|
| Transparent | A transparent texture. |
|
| White | A white texture. |