converter.thumbnailBgColor Property HTML5/Flash Uploader JavaScript

Supported technologies: Adobe FlashHTML 5

Gets or sets a background color of the thumbnail.

Syntax

JavaScript Initialize
$au.imageUploaderFlash({
    converters : [
        {
            //...other params...
            thumbnailBgColor: 0xffffff,
            //...other params...
        }
    ]
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').converters().set(index).thumbnailBgColor(value);
value = $au.imageUploaderFlash('uploaderID').converters().get(index).thumbnailBgColor();

Property Value

Type: Number

A background color of the thumbnail. This color is used when the thumbnail should be created for an image with transparency.

Default value is 0xffffff.

Remarks

This property makes sense only if the mode property has the Thumbnail value.

See Also

Reference