Livecode Wiki
Advertisement

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

notSrcCopy

Examples:

set the ink of last image to notSrcCopy

Use the notSrcCopy keyword to turn an object white.

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 notSrcCopy mode is used, each component of the color underneath the object(glossary) --red, green, and blue--is raised to be equal to white.

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

Advertisement