LedEmitterParams
[Serializable]public struct LedEmitterParamsNo description is available for this type.
Fields
Section titled “Fields”
[Tooltip("Emitter shape used to reconstruct each logical LED.")]public LedEmitterShape ShapeNo description is available for this member.
Returns
LEDStudio.LedEmitterShape — No return description is available.
FillRatio
Section titled “FillRatio”[Tooltip("Emitter fill ratio within the pitch cell (0..1)")][Range(0.1, 0.98)]public float FillRatioNo description is available for this member.
Returns
System.Single — No return description is available.
DiffusionExponent
Section titled “DiffusionExponent”[Tooltip("Diffusion falloff exponent")][Range(0.5, 8)]public float DiffusionExponentNo description is available for this member.
Returns
System.Single — No return description is available.
BrightnessResponse
Section titled “BrightnessResponse”[Tooltip("Brightness response curve used by the presentation shader.")]public LedBrightnessResponse BrightnessResponseNo description is available for this member.
Returns
LEDStudio.LedBrightnessResponse — No return description is available.
BrightnessMultiplier
Section titled “BrightnessMultiplier”[Tooltip("Emitter base brightness multiplier")][Range(0.1, 10)]public float BrightnessMultiplierNo description is available for this member.
Returns
System.Single — No return description is available.
SubpixelLength
Section titled “SubpixelLength”[Tooltip("Length of each LCD RGB subpixel bar within the pitch cell.")][Range(0.1, 0.98)]public float SubpixelLengthNo description is available for this member.
Returns
System.Single — No return description is available.
SubpixelGap
Section titled “SubpixelGap”[Tooltip("Gap between LCD RGB subpixel bars within the pitch cell.")][Range(0, 0.25)]public float SubpixelGapNo description is available for this member.
Returns
System.Single — No return description is available.
SubpixelOrder
Section titled “SubpixelOrder”[Tooltip("RGB/BGR ordering for LCD-style subpixel emitters.")]public LedSubpixelOrder SubpixelOrderNo description is available for this member.
Returns
LEDStudio.LedSubpixelOrder — No return description is available.
Properties
Section titled “Properties”
Default
Section titled “Default”public static LedEmitterParams Default { get; }No description is available for this member.
Returns
LEDStudio.LedEmitterParams — No return description is available.