ColorEffectParams
public struct ColorEffectParamsNo description is available for this type.
Fields
Section titled “Fields”
[Tooltip("Solid color applied when useGradient and rainbow are false.")]public Color colorNo description is available for this member.
Returns
UnityEngine.Color — No return description is available.
gradient
Section titled “gradient”[Tooltip("Gradient sampled along normalized glyph index.")]public Gradient gradientNo description is available for this member.
Returns
UnityEngine.Gradient — No return description is available.
useGradient
Section titled “useGradient”[Tooltip("Use the gradient instead of the solid color.")]public bool useGradientNo description is available for this member.
Returns
System.Boolean — No return description is available.
rainbow
Section titled “rainbow”[Tooltip("Override both color and gradient with a hue-shifting rainbow.")]public bool rainbowNo description is available for this member.
Returns
System.Boolean — No return description is available.
rainbowSpeed
Section titled “rainbowSpeed”[TextStudioRange(0, 5, 0, "Hz")][Tooltip("Speed at which the rainbow hue cycles.")]public float rainbowSpeedNo description is available for this member.
Returns
System.Single — No return description is available.
Properties
Section titled “Properties”
Default
Section titled “Default”public static ColorEffectParams Default { get; }No description is available for this member.
Returns
TextStudio.Effects.ColorEffectParams — No return description is available.