borderPixel

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the borderPixel of <object> to <colorNumber>
Synonymsfourthpixel
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 border.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
set the borderPixel of group 1 to 200
Values
NameTypeDescription
Value

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

RelatedKeyword: integer
Property: bottomPixel, focusPixel, pixels, backgroundPixel, foregroundPixel, hilitePixel, shadowPixel, colorMap, borderColor, topPixel
Function: screenColors
Glossary: property, bit depth, bit, color reference, color table, object
Description

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

The borderPixel property specifies which entry in the color table is used for an object's border color. It is similar to the borderColor 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