Table of Contents

Class CMathColorBlend

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
public class CMathColorBlend : CLogicalEntity, IEquatable<CEntityInstance>
Inheritance
CMathColorBlend
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

float

InMin

[SchemaMember("CMathColorBlend", "m_flInMin")]
public ref float InMin { get; }

Property Value

float

OutColor1

[SchemaMember("CMathColorBlend", "m_OutColor1")]
public Color OutColor1 { get; set; }

Property Value

Color

OutColor2

[SchemaMember("CMathColorBlend", "m_OutColor2")]
public Color OutColor2 { get; set; }

Property Value

Color