formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Graphics
Description
Updates a pixel buffer with the new color table. This will replace the existing color table, if any, with the table supplied. This will not change the pixel format of the pixel. The format must be FZRT_PBUF_FORMAT_INDEXED.
Plugin Prototype
fzrt_error_td fzrt_pbuf_update_clut(
pixbuf, | |
clut ) |
Parameters
pixbuf [Input]
allocated pixbuf
clut [Input]
pointer to color table
Returns
FZRT_NOERR if successful, error code otherwise
Availability
5.0.0.0
Function Set
Defined in