C# Класс Glare.Assets.PaletteAsset

A collection of color values.
Наследование: Asset
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
ColorsMutable Codex

Открытые методы

Метод Описание
Browse ( Action progressUpdateCallback = null ) : Control

Produces a picture box showing the colors.

PaletteAsset ( AssetManager manager, string name ) : System

Initialise the asset.

PaletteAsset ( AssetManager manager, string name, IEnumerable colors ) : System

Initialise the asset.

PaletteAsset ( FolderAsset folder, string name ) : System

Initialise the asset.

PaletteAsset ( FolderAsset folder, string name, IEnumerable colors ) : System

Initialise the asset.

ReadRgb ( AssetManager manager, string name, BinaryReader reader, int count, int max, int transparentIndex = -1, IEnumerable leftPadding = null, IEnumerable rightPadding = null ) : PaletteAsset

Read a PaletteAsset from the BinaryReader.

Описание методов

Browse() публичный Метод

Produces a picture box showing the colors.
public Browse ( Action progressUpdateCallback = null ) : Control
progressUpdateCallback Action
Результат System.Windows.Forms.Control

PaletteAsset() публичный Метод

Initialise the asset.
public PaletteAsset ( AssetManager manager, string name ) : System
manager AssetManager
name string
Результат System

PaletteAsset() публичный Метод

Initialise the asset.
public PaletteAsset ( AssetManager manager, string name, IEnumerable colors ) : System
manager AssetManager
name string
colors IEnumerable
Результат System

PaletteAsset() публичный Метод

Initialise the asset.
public PaletteAsset ( FolderAsset folder, string name ) : System
folder FolderAsset
name string
Результат System

PaletteAsset() публичный Метод

Initialise the asset.
public PaletteAsset ( FolderAsset folder, string name, IEnumerable colors ) : System
folder FolderAsset
name string
colors IEnumerable
Результат System

ReadRgb() публичный статический Метод

Read a PaletteAsset from the BinaryReader.
public static ReadRgb ( AssetManager manager, string name, BinaryReader reader, int count, int max, int transparentIndex = -1, IEnumerable leftPadding = null, IEnumerable rightPadding = null ) : PaletteAsset
manager AssetManager
name string
reader System.IO.BinaryReader
count int
max int
transparentIndex int
leftPadding IEnumerable Colors that are added to the start of the palette, if non-null.
rightPadding IEnumerable Colors that are added to the end of the palette, if non-null.
Результат PaletteAsset

Описание свойств

ColorsMutable защищенное свойство

Get the collection of colors.
protected Codex ColorsMutable
Результат Codex