b2dSetTransparentIndex

Marks one palette index as fully transparent for an indexed image.

2D Overlay

Parameters & Returns

Parameters

imageHandle Int
index Int

Returns

Void

Quick Summary

Marks one palette index as fully transparent for an indexed image.

Technical Exegesis...

Pixels that use the given palette index are drawn transparent (skipped). Commonly index 0. Applies to the specific indexed image only.

Example

Example.bam
; No example implemented yet