|
SpriteColourReplaceKey | |
SpriteColourReplaceKey SpriteIndex, ReplaceColour | |
Parameters: SpriteIndex = The identifier of the sprite you wish to change ReplaceColour = The RGB colour that colour replacement effects will replace |
|
Returns: NONE | |
SpriteColourReplaceKey sets the sprites replacement colour key. The key colour is then replaced with SpriteReplacementColour when the sprite is drawn in colour replace mode. FACTS: * SpriteColourReplaceKey does not change the sprites image. The replacement occurs real time during rendering. * SpriteColourReplaceKey is only used when the sprites drawmode is set to a colour replacement mode. * See SpriteDrawMode for more information about sprite drawmodes. Mini Tutorial: |
|
Example Source: Download This Example
|
Related Info: | SpriteDrawMode | SpriteRasterColourBuffer | SpriteReplacementColour : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |