Property Blend
Blend
The blend parameter to use if both image sources are specified (e.g., 0.25 to include 25% of the first and 75% of the second). Note that this value is not clamped to [0, 1]; similar to Mathf.LerpUnclamped, values outside [0, 1] will amplify the difference between the two sources.
Declaration
public float Blend { get; set; }
Property Value
Type | Description |
---|---|
float |