LedQualityProfile
public sealed class LedQualityProfile : ScriptableObjectReusable performance and fidelity profile controlling logical resolution, reduction, anti-moire treatment, defects, and shader quality.
Fields
Section titled “Fields”
MaxUpdatesPerFrame
Section titled “MaxUpdatesPerFrame”public int MaxUpdatesPerFrameReturns
System.Int32
TargetUpdateRateHz
Section titled “TargetUpdateRateHz”public float TargetUpdateRateHzReturns
System.Single
ReductionOverride
Section titled “ReductionOverride”public LedReductionMode ReductionOverrideReturns
LEDStudio.LedReductionMode
UseReductionOverride
Section titled “UseReductionOverride”public bool UseReductionOverrideReturns
System.Boolean
QualityLevel
Section titled “QualityLevel”public LedQualityLevel QualityLevelReturns
LEDStudio.LedQualityLevel
EnableBloom
Section titled “EnableBloom”public bool EnableBloomReturns
System.Boolean
EnableCloseUpMode
Section titled “EnableCloseUpMode”public bool EnableCloseUpModeReturns
System.Boolean
DefectQuality
Section titled “DefectQuality”public LedQualityLevel DefectQualityReturns
LEDStudio.LedQualityLevel
EnableTemporalDefects
Section titled “EnableTemporalDefects”public bool EnableTemporalDefectsReturns
System.Boolean
Methods
Section titled “Methods”
CreateDefault()
Section titled “CreateDefault()”public static LedQualityProfile CreateDefault()Creates a transient high-quality profile with bloom, close-up detail, and temporal defects enabled.
Returns
LEDStudio.LedQualityProfile
CreatePerformance()
Section titled “CreatePerformance()”public static LedQualityProfile CreatePerformance()Creates a transient profile that lowers update frequency and disables costly close-up and temporal effects.
Returns
LEDStudio.LedQualityProfile
Constructors
Section titled “Constructors”
LedQualityProfile()
Section titled “LedQualityProfile()”public LedQualityProfile()