LedEmitterParams
public struct LedEmitterParamsConfigures an emitter’s shape, size, brightness, response, subpixel order, and close-up appearance.
Fields
Section titled “Fields”
[Tooltip("Emitter shape used to reconstruct each logical LED.")]public LedEmitterShape ShapeReturns
LEDStudio.LedEmitterShape
FillRatio
Section titled “FillRatio”[Tooltip("Emitter fill ratio within the pitch cell (0..1)")][Range(0.1, 0.98)]public float FillRatioReturns
System.Single
DiffusionExponent
Section titled “DiffusionExponent”[Tooltip("Diffusion falloff exponent")][Range(0.5, 8)]public float DiffusionExponentReturns
System.Single
BrightnessResponse
Section titled “BrightnessResponse”[Tooltip("Brightness response curve used by the presentation shader.")]public LedBrightnessResponse BrightnessResponseReturns
LEDStudio.LedBrightnessResponse
BrightnessMultiplier
Section titled “BrightnessMultiplier”[Tooltip("Emitter base brightness multiplier")][Range(0.1, 10)]public float BrightnessMultiplierReturns
System.Single
SubpixelLength
Section titled “SubpixelLength”[Tooltip("Length of each LCD RGB subpixel bar within the pitch cell.")][Range(0.1, 0.98)]public float SubpixelLengthReturns
System.Single
SubpixelGap
Section titled “SubpixelGap”[Tooltip("Gap between LCD RGB subpixel bars within the pitch cell.")][Range(0, 0.25)]public float SubpixelGapReturns
System.Single
SubpixelOrder
Section titled “SubpixelOrder”[Tooltip("RGB/BGR ordering for LCD-style subpixel emitters.")]public LedSubpixelOrder SubpixelOrderReturns
LEDStudio.LedSubpixelOrder
Properties
Section titled “Properties”
Default
Section titled “Default”public static LedEmitterParams Default { get; }Returns
LEDStudio.LedEmitterParams