Specifies which entry in the color table is used for the color of an object border.
# Metadata
Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:
# Syntax
set the borderPixel of object to colorNumber
# Examples
set the borderPixel of group 1 to 200
# 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 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.
# Tags
ui,
# See
- **keyword:** integer - **property:** bottomPixel, focusPixel, pixels, backgroundPixel, foregroundPixel, hilitePixel, shadowPixel, colorMap, borderColor, topPixel - **function:** screenColors - **glossary:** property, bit depth, bit, color reference, color table, object