User Guide
Color Palette 121
Property summary for the Bitmap media type
See also
Member
Button
Represents a button or check box cast member.
You can add a button cast member to a movie by using the Movie object’s
newMember() method.
-- Lingo syntax
_movie.newMember(#button)
// JavaScript syntax
_movie.newMember("button");
Property summary for the Button media type
See also
Member
Color Palette
Represents the color palette associated with a bitmap cast member.
A color palette cast member does not have any methods or properties that can be accessed directly
from it. The following methods and properties are merely associated with color palettes.
You can add a color palette cast member to a movie by using the Movie object’s
newMember()
method.
-- Lingo syntax
_movie.newMember(#palette)
// JavaScript syntax
_movie.newMember("palette");
Property
alphaThreshold imageCompression
backColor imageQuality
blend (Sprite) palette
depth (Bitmap) picture (Member)
dither rect (Image)
foreColor trimWhiteSpace
image (Image) useAlpha
Property
hilite