| Package | Description |
|---|---|
| com.threerings.cast | |
| com.threerings.cast.bundle | |
| com.threerings.media.image | |
| com.threerings.media.tile |
| Modifier and Type | Method and Description |
|---|---|
Colorization[][] |
CharacterDescriptor.getColorizations()
Returns an array of colorization arrays to be applied to the
components when compositing action images (one array per
component).
|
| Modifier and Type | Method and Description |
|---|---|
ActionFrames |
CompositedActionFrames.cloneColorized(Colorization[] zations) |
ActionFrames |
ActionFrames.cloneColorized(Colorization[] zations)
Creates a clone of these action frames which will have the supplied colorizations applied
to the frame images.
|
void |
CharacterDescriptor.setColorizations(Colorization[][] zations)
Updates the colorizations to be used by this character descriptor.
|
| Constructor and Description |
|---|
CharacterDescriptor(int[] components,
Colorization[][] zations)
Constructs a character descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
ActionFrames |
BundledComponentRepository.TileSetFrameImage.cloneColorized(Colorization[] zations) |
| Modifier and Type | Method and Description |
|---|---|
Colorization |
ColorPository.ColorRecord.getColorization()
Returns the data in this record configured as a colorization instance.
|
Colorization |
ColorPository.getColorization(int colorPrint)
Looks up a colorization by color print.
|
Colorization |
ColorPository.getColorization(int classId,
int colorId)
Looks up a colorization by id.
|
Colorization |
ColorPository.getColorization(String className,
int colorId)
Looks up a colorization by name.
|
Colorization |
ColorPository.getColorization(String className,
String colorName)
Looks up a colorization by class and color names.
|
| Modifier and Type | Method and Description |
|---|---|
BufferedImage |
ImageManager.getImage(ImageManager.ImageKey key,
Colorization[] zations)
Obtains the image identified by the specified key, caching if possible.
|
BufferedImage |
ImageManager.getImage(String path,
Colorization[] zations)
Like
ImageManager.getImage(String) but the specified colorizations are applied to the image
before it is returned. |
BufferedImage |
ImageManager.getImage(String rset,
String path,
Colorization[] zations)
Like
ImageManager.getImage(String,String) but the specified colorizations are applied to the
image before it is returned. |
Mirage |
ImageManager.getMirage(ImageManager.ImageKey key,
Colorization[] zations)
Like
ImageManager.getMirage(ImageKey) but the supplied colorizations are applied to the source
image before creating the mirage. |
Mirage |
ImageManager.getMirage(ImageManager.ImageKey key,
Rectangle bounds,
Colorization[] zations)
Like
ImageManager.getMirage(ImageKey,Colorization[]) except that the mirage is created using
only the specified subset of the original image. |
Mirage |
ClientImageManager.getMirage(ImageManager.ImageKey key,
Rectangle bounds,
Colorization[] zations) |
BufferedImage |
ImageManager.getPreparedImage(String rset,
String path,
Colorization[] zations)
Loads (and caches) the specified image from the resource manager, obtaining the image from
the supplied resource set and applying the using the supplied path to identify the image.
|
static BufferedImage |
ImageUtil.recolorImage(BufferedImage image,
Colorization cz)
Recolors the supplied image as in
ImageUtil.recolorImage(BufferedImage,Color,float[],float[]) obtaining the recoloring
parameters from the supplied Colorization instance. |
static BufferedImage |
ImageUtil.recolorImage(BufferedImage image,
Colorization[] zations)
Recolors the supplied image using the supplied colorizations.
|
| Modifier and Type | Field and Description |
|---|---|
Colorization[] |
Tile.Key.zations |
| Modifier and Type | Method and Description |
|---|---|
Colorization |
TileSet.Colorizer.getColorization(int index,
String zation)
Returns the colorization to be used for the specified named colorization class.
|
| Modifier and Type | Method and Description |
|---|---|
TileSet |
TileSet.clone(Colorization[] zations)
Creates a copy of this tileset which will apply the supplied colorizations to its tileset
image when creating tiles.
|
Tile |
TileSet.getTile(int tileIndex,
Colorization[] zations)
Creates a
Tile object from this tileset corresponding to the specified tile id and
returns that tile. |
Mirage |
SimpleCachingImageProvider.getTileImage(String path,
Rectangle bounds,
Colorization[] zations) |
Mirage |
IMImageProvider.getTileImage(String path,
Rectangle bounds,
Colorization[] zations) |
Mirage |
ImageProvider.getTileImage(String path,
Rectangle bounds,
Colorization[] zations)
Obtains the tile image with the specified path in the form of a
Mirage. |
Mirage |
TileSet.getTileMirage(int tileIndex,
Colorization[] zations)
Returns a prepared version of the image that would be used by the tile at the specified
index.
|
BufferedImage |
SimpleCachingImageProvider.getTileSetImage(String path,
Colorization[] zations) |
BufferedImage |
IMImageProvider.getTileSetImage(String path,
Colorization[] zations) |
BufferedImage |
ImageProvider.getTileSetImage(String path,
Colorization[] zations)
Returns the raw tileset image with the specified path.
|
| Constructor and Description |
|---|
Key(TileSet tileSet,
int tileIndex,
Colorization[] zations) |
TileMultiFrameImage(TileSet source,
Colorization[] zations)
Creates a recoolored tile MFI which will obtain its image frames
from the specified source tileset.
|
TileSubsetMultiFrameImage(TileSet source,
Colorization[] zations,
int startIdx,
int numTiles)
Creates a recoolored tile MFI which will obtain its image frames
from the specified source tileset.
|
Copyright © 2015. All rights reserved.