Table of Contents

Struct MapModeColorizerContext

Namespace
Map.MapModes.Colorization
Assembly
MapAssembly.dll

Context provided during colorizer initialization. Contains shared resources needed by colorizers.

public struct MapModeColorizerContext

Fields

MapHeight

public int MapHeight

Field Value

int

MapWidth

Map dimensions

public int MapWidth

Field Value

int

MaxProvinces

Maximum province count for buffer sizing

public int MaxProvinces

Field Value

int

TextureManager

Reference to texture manager for accessing map textures

public MapTextureManager TextureManager

Field Value

MapTextureManager