Class CColorCorrection
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CColorCorrection : CBaseEntity, IEquatable<CEntityInstance>
- Inheritance
-
object
CColorCorrection
- Implements
-
- Inherited Members
-
Constructors
CColorCorrection(nint)
public CColorCorrection(nint pointer)
Parameters
pointer
nint
Properties
ClientSide
[SchemaMember("CColorCorrection", "m_bClientSide")]
public ref bool ClientSide { get; }
Property Value
- bool
CurWeight
[SchemaMember("CColorCorrection", "m_flCurWeight")]
public ref float CurWeight { get; }
Property Value
- float
Enabled
[SchemaMember("CColorCorrection", "m_bEnabled")]
public ref bool Enabled { get; }
Property Value
- bool
Exclusive
[SchemaMember("CColorCorrection", "m_bExclusive")]
public ref bool Exclusive { get; }
Property Value
- bool
FadeInDuration
[SchemaMember("CColorCorrection", "m_flFadeInDuration")]
public ref float FadeInDuration { get; }
Property Value
- float
FadeOutDuration
[SchemaMember("CColorCorrection", "m_flFadeOutDuration")]
public ref float FadeOutDuration { get; }
Property Value
- float
LookupFilename
[SchemaMember("CColorCorrection", "m_lookupFilename")]
public string LookupFilename { get; set; }
Property Value
- string
Master
[SchemaMember("CColorCorrection", "m_bMaster")]
public ref bool Master { get; }
Property Value
- bool
MaxFalloff
[SchemaMember("CColorCorrection", "m_MaxFalloff")]
public ref float MaxFalloff { get; }
Property Value
- float
MaxWeight
[SchemaMember("CColorCorrection", "m_flMaxWeight")]
public ref float MaxWeight { get; }
Property Value
- float
MinFalloff
[SchemaMember("CColorCorrection", "m_MinFalloff")]
public ref float MinFalloff { get; }
Property Value
- float
NetlookupFilename
[SchemaMember("CColorCorrection", "m_netlookupFilename")]
public string NetlookupFilename { get; set; }
Property Value
- string
StartDisabled
[SchemaMember("CColorCorrection", "m_bStartDisabled")]
public ref bool StartDisabled { get; }
Property Value
- bool
StartFadeInWeight
[SchemaMember("CColorCorrection", "m_flStartFadeInWeight")]
public ref float StartFadeInWeight { get; }
Property Value
- float
StartFadeOutWeight
[SchemaMember("CColorCorrection", "m_flStartFadeOutWeight")]
public ref float StartFadeOutWeight { get; }
Property Value
- float
TimeStartFadeIn
[SchemaMember("CColorCorrection", "m_flTimeStartFadeIn")]
public ref float TimeStartFadeIn { get; }
Property Value
- float
TimeStartFadeOut
[SchemaMember("CColorCorrection", "m_flTimeStartFadeOut")]
public ref float TimeStartFadeOut { get; }
Property Value
- float