shadowPixel

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the shadowPixel of <object> to <colorNumber>
Synonymsseventhpixel
Associationsstack, card, field, button, graphic, scrollbar, player, image
Summary

Specifies which entry in the color table is used for the color of an object's drop shadow or the background of a scrollbar.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
set the shadowPixel of this card to 200
Values
NameTypeDescription
Value

The shadowPixel of an object is an integer between zero and (the screenColors - 1). It designates an entry in the current color table. By default, the shadowPixel for all objects is empty.

RelatedKeyword: scrollbar, integer
Glossary: object, property, bit depth, background, bit, color reference, color table
Property: borderPixel, shadowColor
Description

Use the shadowPixel property to change the shadow color of an object when the bit depth of the screen is 8 bits (256 colors) or less.

The shadowPixel property specifies which entry in the color table is used for an object's shadow color. It is similar to the shadowColor property, but is specified as an entry in the current color table, rather than as a color reference.

The color table can be set by changing the colorMap property.

Tagsui