Table of Contents

Struct RoomPalette

Namespace
Global
Assembly
Assembly-CSharp.dll
public struct RoomPalette
Inherited Members

Constructors

RoomPalette(Texture2D, float, float, Color, Color, Color, Color, Color, Color, Color, Color, Color, Color, Color, Color)

public RoomPalette(Texture2D texture, float fogAmount, float darkness, Color blackColor, Color waterColor1, Color waterColor2, Color waterSurfaceColor1, Color waterSurfaceColor2, Color waterShineColor, Color fogColor, Color skyColor, Color shortcut1, Color shortcut2, Color shortcut3, Color shortCutSymbol)

Parameters

texture Texture2D
fogAmount float
darkness float
blackColor Color
waterColor1 Color
waterColor2 Color
waterSurfaceColor1 Color
waterSurfaceColor2 Color
waterShineColor Color
fogColor Color
skyColor Color
shortcut1 Color
shortcut2 Color
shortcut3 Color
shortCutSymbol Color

Fields

blackColor

public Color blackColor

Field Value

Color

darkness

public float darkness

Field Value

float

fogAmount

public float fogAmount

Field Value

float

fogColor

public Color fogColor

Field Value

Color

shortCutSymbol

public Color shortCutSymbol

Field Value

Color

shortcutColors

public Color[] shortcutColors

Field Value

Color[]

skyColor

public Color skyColor

Field Value

Color

texture

public Texture2D texture

Field Value

Texture2D

waterColor1

public Color waterColor1

Field Value

Color

waterColor2

public Color waterColor2

Field Value

Color

waterShineColor

public Color waterShineColor

Field Value

Color

waterSurfaceColor1

public Color waterSurfaceColor1

Field Value

Color

waterSurfaceColor2

public Color waterSurfaceColor2

Field Value

Color