foregroundPixel

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

Specifies which entry in the color table is used for an object's text and borders.

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

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

RelatedKeyword: integer
Glossary: object, property, bit depth, bit, color reference, color table
Property: borderPixel, foregroundColor
Description

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

The foregroundPixel property specifies which entry in the colortable is used for an object's foreground color. It is similar to the foregroundColor 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