RPR LICE CreateBitmap

From CockosWiki

Jump to: navigation, search

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR LICE CreateBitmap
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR LICE CreateBitmap

Contents

LICE_CreateBitmap()

LICE_IBitmap * LICE_CreateBitmap(int mode, int w, int h)

LICE is part of WDL and is an image compositing library. It is also provided by REAPER so (our) plug-ins don't need to actually include the code. create a new bitmap. this is like calling new LICE_MemBitmap (mode=0) or new LICE_SysBitmap (mode=1).

Note that if you want to include lice.h as well as reaper_plugin_functions.h you need to define LICE_PROVIDED_BY_APP or naming conflicts will occur.

Parameters

int mode,
int w,
int h

Returns

LICE_IBitmap *

Example


See Also


Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR LICE CreateBitmap
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR LICE CreateBitmap

Personal tools