|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColorTable | |
quicktime.qd | |
quicktime.std.image | |
quicktime.std.movies | |
quicktime.std.qtcomponents |
Uses of ColorTable in quicktime.qd |
Methods in quicktime.qd that return ColorTable | |
ColorTable |
PixMap.getColorTable()
When creating a PixMap for a particular graphics device, Color QuickDraw creates a ColorTable that defines the best colors available for the pixel image on that particular graphics device. |
static ColorTable |
ColorTable.fromImageDescription(ImageDescription id)
Get the custom color table for an image. |
static ColorTable |
ColorTable.fromMovie(Movie m)
This method allows your application to get the color table of the movie. |
static ColorTable |
ColorTable.fromPixMap(PixMap pm)
When creating a PixMap for a particular graphics device, Color QuickDraw creates a ColorTable that defines the best colors available for the pixel image on that particular graphics device. |
static ColorTable |
ColorTable.fromCompressionDialog(ImageCompressionDialog d)
Gets the current color table or null to clear the current color table for a dialog. |
Constructors in quicktime.qd with parameters of type ColorTable | |
QDGraphics(int pixelFormat,
QDRect bounds,
ColorTable cTable,
GDevice aGDevice,
int flags)
An offscreen graphics world in Color QuickDraw contains a GWorld - and its handles to associated PixMap and ColorTables - that describe an offscreen graphics port. |
Uses of ColorTable in quicktime.std.image |
Methods in quicktime.std.image that return ColorTable | |
ColorTable |
ImageDescription.getCTable()
Get the custom color table for an image. |
Methods in quicktime.std.image with parameters of type ColorTable | |
void |
ImageDescription.setCTable(ColorTable cTable)
Update the custom color table for an image. |
static ImageDescription |
QTImage.fCompress(QDGraphics src,
QDRect srcRect,
int colorDepth,
int quality,
int cType,
CodecComponent c,
ColorTable clut,
int flags,
EncodedImage data)
Compresses a single frame image that is currently stored as a pixel map. |
static ImageDescription |
QTImage.convert(ImageDescription srcDD,
EncodedImage srcData,
int colorDepth,
ColorTable clut,
int accuracy,
int quality,
int cType,
CodecComponent codec,
EncodedImage dstData)
Converts the format of a compressed image. |
Constructors in quicktime.std.image with parameters of type ColorTable | |
CSequence(QDGraphics src,
QDRect srcRect,
int colorDepth,
int cType,
CodecComponent codec,
int spatialQuality,
int temporalQuality,
int keyFrameRate,
ColorTable clut,
int flags)
Creating an instance of this class signals the beginning of the process of compressing a sequence of frames. |
Uses of ColorTable in quicktime.std.movies |
Methods in quicktime.std.movies that return ColorTable | |
ColorTable |
Movie.getColorTable()
This method allows your application to get the color table of the movie. |
Methods in quicktime.std.movies with parameters of type ColorTable | |
void |
MovieController.setColorTable(ColorTable newCTable)
Your application can use this method to assign a new color table to the controller QuickTime::MCDoAction() |
void |
Movie.setColorTable(ColorTable ctab)
This method allows your application to assign a color table to the movie. |
Uses of ColorTable in quicktime.std.qtcomponents |
Methods in quicktime.std.qtcomponents that return ColorTable | |
ColorTable |
ImageCompressionDialog.getInfoColorTable()
Gets the current color table or null to clear the current color table for a dialog. |
Methods in quicktime.std.qtcomponents with parameters of type ColorTable | |
void |
ImageCompressionDialog.setInfoColorTable(ColorTable ctab)
Sets the current color table or null to clear the current color table for a dialog. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |