Свойство | Тип | Описание | |
---|---|---|---|
ColorsMutable | Codex |
Метод | Описание | |
---|---|---|
Browse ( Action |
Produces a picture box showing the colors.
|
|
PaletteAsset ( AssetManager manager, string name ) : System |
Initialise the asset.
|
|
PaletteAsset ( AssetManager manager, string name, IEnumerable |
Initialise the asset.
|
|
PaletteAsset ( |
Initialise the asset.
|
|
PaletteAsset ( |
Initialise the asset.
|
|
ReadRgb ( AssetManager manager, string name, |
Read a PaletteAsset from the BinaryReader.
|
public Browse ( Action |
||
progressUpdateCallback | Action |
|
Результат |
public PaletteAsset ( AssetManager manager, string name ) : System | ||
manager | AssetManager | |
name | string | |
Результат | System |
public PaletteAsset ( AssetManager manager, string name, IEnumerable |
||
manager | AssetManager | |
name | string | |
colors | IEnumerable |
|
Результат | System |
public PaletteAsset ( |
||
folder | ||
name | string | |
Результат | System |
public PaletteAsset ( |
||
folder | ||
name | string | |
colors | IEnumerable |
|
Результат | System |
public static ReadRgb ( AssetManager manager, string name, |
||
manager | AssetManager | |
name | string | |
reader | ||
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. |
Результат |