|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of QDColor in quicktime.qd |
Fields in quicktime.qd declared as QDColor | |
static QDColor |
QDColor.black
|
static QDColor |
QDColor.white
|
static QDColor |
QDColor.red
|
static QDColor |
QDColor.green
|
static QDColor |
QDColor.blue
|
static QDColor |
QDColor.yellow
|
static QDColor |
QDColor.magenta
|
static QDColor |
QDColor.cyan
|
static QDColor |
QDColor.darkGray
|
static QDColor |
QDColor.gray
|
static QDColor |
QDColor.lightGray
|
static QDColor |
QDColor.pink
|
static QDColor |
QDColor.orange
|
static QDColor |
QDColor.brown
|
Methods in quicktime.qd that return QDColor | |
static QDColor |
QDColor.fromArray(byte[] colorBytes,
int flag)
Takes a byte array and converts it to a QDColor. |
static QDColor |
QDColor.fromARGBColor(int argb)
Creates a QDColor with the specified ARGB value, where the alpha component is in bits 24-32 of the argument, where the red component is in bits 16-23 of the argument, the green component is in bits 8-15 of the argument, and the blue component is in bits 0-7. |
QDColor |
QDGraphics.getBackColor()
Returns the current background color of the QDGraphic. |
QDColor |
QDGraphics.getCPixel(int h,
int v)
Returns the RGB color for the pixel at the location you specify in the h and v parameters. |
QDColor |
QDGraphics.getForeColor()
Returns the current foreground color of the QDGraphic. |
Methods in quicktime.qd with parameters of type QDColor | |
void |
QDGraphics.setBackColor(QDColor bColor)
Sets the current background color of the QDGraphic. |
void |
QDGraphics.setCPixel(int h,
int v,
QDColor cPix)
For the pixel at the location you specify in the h and v parameters, the setCPixel procedure sets a pixel value that most closely matches the RGB color that you specify in the cPix parameter. |
void |
QDGraphics.setForeColor(QDColor fColor)
Sets the current foreground color of the QDGraphics. |
Uses of QDColor in quicktime.qd.text |
Methods in quicktime.qd.text that return QDColor | |
QDColor |
ScrpSTElement.getColor()
|
Methods in quicktime.qd.text with parameters of type QDColor | |
void |
ScrpSTElement.setColor(QDColor color)
|
Uses of QDColor in quicktime.std.anim |
Constructors in quicktime.std.anim with parameters of type QDColor | |
SpriteWorld(QDGraphics port,
QDGraphics spriteLayer,
QDColor backgroundColor,
QDGraphics background)
This constructor creates a new sprite world. |
Uses of QDColor in quicktime.std.image |
Methods in quicktime.std.image that return QDColor | |
QDColor |
GraphicsMode.getColor()
This method returns the operand mode |
Methods in quicktime.std.image with parameters of type QDColor | |
void |
VectorStream.addAtom(QDColor col)
Used to add kCurveARGBColorAtom atom to a vector data stream. |
void |
VectorStream.addAtom(QDColor[] grColors)
Used to add an atom of type kCurveGradientRecordAtom to a vector data stream. |
void |
GraphicsMode.setColor(QDColor newColor)
This method sets the operand color. |
void |
DSequence.setTransferMode(int mode,
QDColor opColor)
This method sets the mode used when drawing the decompressed image. |
Constructors in quicktime.std.image with parameters of type QDColor | |
GraphicsMode(int gMode,
QDColor opColor)
This constructor creates a GraphicsMode object for specified mode and operand color. |
Uses of QDColor in quicktime.std.movies |
Constructors in quicktime.std.movies with parameters of type QDColor | |
TweenData(QDColor start,
QDColor end)
Allocates a TweenData object of type kTweenTypeRGBColor from QDColor start and end values |
|
TweenData(QDColor start,
QDColor end,
int graphicsMode)
Allocates a TweenData object of type kTweenTypeGraphicsModeWithRGBColor from QDColor start and end values and a graphics mode
Only the QDColor fields are interpolated. |
Uses of QDColor in quicktime.std.movies.media |
Methods in quicktime.std.movies.media that return QDColor | |
QDColor |
TextDescription.getBackgroundColor()
|
Methods in quicktime.std.movies.media with parameters of type QDColor | |
void |
TextDescription.setBackgroundColor(QDColor bgColor)
|
int |
TextMediaHandler.addTextSample(QTPointerRef text,
int fontNumber,
int fontSize,
int textFace,
QDColor textColor,
QDColor backColor,
int textJustification,
QDRect textBox,
int displayFlags,
int scrollDelay,
int hiliteStart,
int hiliteEnd,
QDColor rgbHiliteColor,
int duration)
This method adds a single block of styled text to an existing media. |
void |
TextMediaHandler.hiliteTextSample(int sampleTime,
int hiliteStart,
int hiliteEnd,
QDColor hiliteColor)
This method can specify selected text to be highlighted. |
Uses of QDColor in quicktime.std.qtcomponents |
Methods in quicktime.std.qtcomponents that return QDColor | |
QDColor |
TCTextOptions.getForeColor()
Returns the foreground Color field. |
QDColor |
TCTextOptions.getBackColor()
Returns the background Color field. |
QDColor |
XMLAttribute.getRGBColor()
returns a QDColor of the XMLAttribute for value kind attributeValueKindColor |
Methods in quicktime.std.qtcomponents with parameters of type QDColor | |
void |
XMLParser.addAttributeValueKind(int elementID,
int attributeID,
QDColor attributeColorValue)
tell the parser that the particular attribute of an element may have an additional attributeValueKindColor value, as specified by attributeValueKind and attributeValueKindInfo |
int |
XMLParser.addAttributeAndValue(int elementID,
int nameSpaceID,
java.lang.String attributeName,
int attributeID,
QDColor attributeColorValue)
tell the parser that the particular attribute of an element may have an additional attributeValueKindColor value, as specified by attributeValueKind and attributeValueKindInfo |
void |
TCTextOptions.setForeColor(QDColor foreColor)
Sets the foreground Color field. |
void |
TCTextOptions.setBackColor(QDColor backColor)
Sets the background Color field. |
Uses of QDColor in quicktime.std.sg |
Methods in quicktime.std.sg with parameters of type QDColor | |
void |
SGTextChannel.setForeColor(QDColor theColor)
sets foreground text color. |
void |
SGTextChannel.setBackColor(QDColor theColor)
sets background text color. |
Uses of QDColor in quicktime.streaming |
Methods in quicktime.streaming that return QDColor | |
QDColor |
MediaParams.getOpColor()
gets the operand color of the graphics mode |
Methods in quicktime.streaming with parameters of type QDColor | |
void |
Presentation.setGraphicsMode(Stream s,
int mode,
QDColor opColor)
This method sets the graphics mode of the presenter |
void |
MediaParams.setOpColor(QDColor color)
Sets the operand color associated with the graphics mode of the video component |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |