apply-palette ( indexes palette transparent-index/f -- bitmap )


Vocabulary
images.gif

Inputs
indexesan object
palettean object
transparent-index/fan object


Outputs
bitmapan object


Definition


: apply-palette
( indexes palette transparent-index/f -- bitmap )
[ colorize ] 2curry V{ } map-as concat ;