b2dClearCycles

Removes all palette cycles from an indexed image.

2D Overlay

Parameters & Returns

Parameters

imageHandle Int

Returns

Void

Quick Summary

Removes all palette cycles from an indexed image.

Technical Exegesis...

Stops every running palette cycle on the image; the palette holds at its current colours. Does not restore the original palette (use b2dResetPalette for that).

Example

Example.bam
; No example implemented yet