Showing changes from revision #0 to #1:
Added | Removed | Changed
The BlendTable module is a utility module designed to aid in the task of rendering translucent palettised images to a palettised destination. Given a source palette, a destination palette, and a specific translucency value, the BlendTable_GenerateTable SWI will generate a lookup table which can be used to efficiently determine the result of blending an arbitrary source colour into an arbitrary destination colour at the specified translucency.
Note that BlendTable only supports situations where both the source and destination have a palette. For blending a true colour source into a palettised destination, consider using the SWIs provided by the InverseTable module instead.