Свойство | Type | Description | |
---|---|---|---|
CHUNK_COUNT | int | ||
CadObjectTypeColors | Color[] | ||
NES_COLORS_COUNT | int | ||
nesColors | Color[] |
Méthode | Description | |
---|---|---|
getName ( ) : string | ||
makeBigBlock ( int i, BigBlock bigBlocks, Image smallBlockss ) : |
||
makeBigBlockCapcom ( int i, BigBlock bigBlocks, Image smallBlockss ) : |
||
makeBigBlockTT ( int i, BigBlock bigBlocks, Image smallBlocksAll ) : |
||
makeBigBlocks ( int videoNo, int bigBlockNo, BigBlock bigBlockIndexes, int palleteNo, MapViewType smallObjectsViewType = MapViewType.Tiles, float smallBlockScaleFactor = 2.0f, float curButtonScale = 2, MapViewType curViewType = MapViewType.Tiles, bool showAxis = false, int hierarchyLevel ) : Image[] | ||
makeBigBlocks ( int videoNo, int bigBlockNo, int blockNo, int palleteNo, MapViewType smallObjectsViewType = MapViewType.Tiles, float smallBlockScaleFactor = 2.0f, float curButtonScale = 2, MapViewType curViewType = MapViewType.Tiles, bool showAxis = false, int hierarchyLevel ) : Image[] | ||
makeImage ( int index, byte videoChunk, byte pallete, int subPalIndex, float scale, bool scaleAccurate = true, bool withAlpha = false ) : |
||
makeImageRectangle ( byte videoChunk, byte pallete, int subPalIndex, float scale, bool scaleAccurate = true, bool withAlpha = false ) : |
||
makeImageStrip ( byte videoChunk, byte pallete, int subPalIndex, float scale, bool scaleAccurate = true, bool withAlpha = false ) : |
||
makeObject ( int index, CadEditor.ObjRec objects, |
||
makeObjectsRectangle ( byte videoPageId, byte tilesId, byte palId, float scale, MapViewType drawType, int constantSubpal = -1 ) : |
||
makeObjectsStrip ( byte videoPageId, byte tilesId, byte palId, float scale, MapViewType drawType, int constantSubpal = -1 ) : |
||
makeScreen ( int scrNo, int levelNo, int videoNo, int bigBlockNo, int blockNo, int palleteNo, float scale = 2.0f, bool withBorders = true ) : |
||
updateColorsFromConfig ( ) : void |
Méthode | Description | |
---|---|---|
Video ( ) : System | ||
getTTSmallBlocksColorByte ( int index ) : byte | ||
mixBits ( bool hi, bool lo ) : int |
public makeBigBlock ( int i, BigBlock bigBlocks, Image smallBlockss ) : |
||
i | int | |
bigBlocks | BigBlock | |
smallBlockss | Image | |
Résultat |
public makeBigBlockCapcom ( int i, BigBlock bigBlocks, Image smallBlockss ) : |
||
i | int | |
bigBlocks | BigBlock | |
smallBlockss | Image | |
Résultat |
public makeBigBlockTT ( int i, BigBlock bigBlocks, Image smallBlocksAll ) : |
||
i | int | |
bigBlocks | BigBlock | |
smallBlocksAll | Image | |
Résultat |
public makeBigBlocks ( int videoNo, int bigBlockNo, BigBlock bigBlockIndexes, int palleteNo, MapViewType smallObjectsViewType = MapViewType.Tiles, float smallBlockScaleFactor = 2.0f, float curButtonScale = 2, MapViewType curViewType = MapViewType.Tiles, bool showAxis = false, int hierarchyLevel ) : Image[] | ||
videoNo | int | |
bigBlockNo | int | |
bigBlockIndexes | BigBlock | |
palleteNo | int | |
smallObjectsViewType | MapViewType | |
smallBlockScaleFactor | float | |
curButtonScale | float | |
curViewType | MapViewType | |
showAxis | bool | |
hierarchyLevel | int | |
Résultat | Image[] |
public makeBigBlocks ( int videoNo, int bigBlockNo, int blockNo, int palleteNo, MapViewType smallObjectsViewType = MapViewType.Tiles, float smallBlockScaleFactor = 2.0f, float curButtonScale = 2, MapViewType curViewType = MapViewType.Tiles, bool showAxis = false, int hierarchyLevel ) : Image[] | ||
videoNo | int | |
bigBlockNo | int | |
blockNo | int | |
palleteNo | int | |
smallObjectsViewType | MapViewType | |
smallBlockScaleFactor | float | |
curButtonScale | float | |
curViewType | MapViewType | |
showAxis | bool | |
hierarchyLevel | int | |
Résultat | Image[] |
public makeImage ( int index, byte videoChunk, byte pallete, int subPalIndex, float scale, bool scaleAccurate = true, bool withAlpha = false ) : |
||
index | int | |
videoChunk | byte | |
pallete | byte | |
subPalIndex | int | |
scale | float | |
scaleAccurate | bool | |
withAlpha | bool | |
Résultat |
public makeImageRectangle ( byte videoChunk, byte pallete, int subPalIndex, float scale, bool scaleAccurate = true, bool withAlpha = false ) : |
||
videoChunk | byte | |
pallete | byte | |
subPalIndex | int | |
scale | float | |
scaleAccurate | bool | |
withAlpha | bool | |
Résultat |
public makeImageStrip ( byte videoChunk, byte pallete, int subPalIndex, float scale, bool scaleAccurate = true, bool withAlpha = false ) : |
||
videoChunk | byte | |
pallete | byte | |
subPalIndex | int | |
scale | float | |
scaleAccurate | bool | |
withAlpha | bool | |
Résultat |
public makeObject ( int index, CadEditor.ObjRec objects, |
||
index | int | |
objects | CadEditor.ObjRec | |
objStrips | ||
scale | float | |
drawType | MapViewType | |
constantSubpal | int | |
Résultat |
public makeObjectsRectangle ( byte videoPageId, byte tilesId, byte palId, float scale, MapViewType drawType, int constantSubpal = -1 ) : |
||
videoPageId | byte | |
tilesId | byte | |
palId | byte | |
scale | float | |
drawType | MapViewType | |
constantSubpal | int | |
Résultat |
public makeObjectsStrip ( byte videoPageId, byte tilesId, byte palId, float scale, MapViewType drawType, int constantSubpal = -1 ) : |
||
videoPageId | byte | |
tilesId | byte | |
palId | byte | |
scale | float | |
drawType | MapViewType | |
constantSubpal | int | |
Résultat |
public makeScreen ( int scrNo, int levelNo, int videoNo, int bigBlockNo, int blockNo, int palleteNo, float scale = 2.0f, bool withBorders = true ) : |
||
scrNo | int | |
levelNo | int | |
videoNo | int | |
bigBlockNo | int | |
blockNo | int | |
palleteNo | int | |
scale | float | |
withBorders | bool | |
Résultat |
public static Color[] CadObjectTypeColors | ||
Résultat | Color[] |