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 |
|---|---|---|
| None | No texture, or |
0 |
| Black | A black texture. |
1 |
| White | A white texture. |
2 |
| Transparent | A transparent texture. |
3 |
| Lut2D | A 2D lookup table in strip format with |
4 |