Deutsches LiveCode Wiki
Advertisement

Specifies one of the transfer modes that can be used with the ink property.Syntax:

srcCopy

Examples:

set the ink of button "Move" to srcCopy

Use the srcCopy keyword to make an object opaque.

The ink property determines how an object's colors combine with the colors of the pixels underneath the object(glossary) to determine how the object's color is displayed.

When the srcCopy mode is used, each pixel of the object(glossary) is drawn over the pixels underneath, blocking them completely. The color of the pixel underneath does not affect the final color.

See also: ink (property),pixels (property),

Advertisement