Class CMathColorBlend
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CMathColorBlend : CLogicalEntity, IEquatable<CEntityInstance>
- Inheritance
-
objectCMathColorBlend
- Implements
- Inherited Members
Constructors
CMathColorBlend(nint)
public CMathColorBlend(nint pointer)
Parameters
pointer
nint
Properties
InMax
[SchemaMember("CMathColorBlend", "m_flInMax")]
public ref float InMax { get; }
Property Value
InMin
[SchemaMember("CMathColorBlend", "m_flInMin")]
public ref float InMin { get; }
Property Value
OutColor1
[SchemaMember("CMathColorBlend", "m_OutColor1")]
public Color OutColor1 { get; set; }
Property Value
OutColor2
[SchemaMember("CMathColorBlend", "m_OutColor2")]
public Color OutColor2 { get; set; }