RPR LICE Blit

From CockosWiki

(Difference between revisions)
Jump to: navigation, search
(Perl)
(Examples)
 
(One intermediate revision not shown)
Line 16: Line 16:
==Examples==
==Examples==
===C++===
===C++===
-
<pre>
+
<source lang=cpp>
-
</pre>
+
</source>
 +
 
 +
 
===Perl===
===Perl===
-
<pre>
+
<source lang=perl>
-
</pre>
+
</source>
 +
 
===Python===
===Python===
-
<pre>
+
<source lang=python>
-
</pre>
+
</source>
 +
 
==See Also==
==See Also==
 +
{{SeeAlso_lice}}
 +
 +
''(Section automatically generated, edits may be overwritten.)''
 +
==Stuff==
==Stuff==
{{API_Doc_Footer}}
{{API_Doc_Footer}}

Latest revision as of 10:03, 29 January 2010

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

Contents

LICE_Blit()

void LICE_Blit(LICE_IBitmap* dest, LICE_IBitmap* src, int dstx, int dsty, int srcx, int srcy, int srcw, int srch, float alpha, int mode)

Parameters

LICE_IBitmap* dest,
LICE_IBitmap* src,
int dstx, int dsty,
int srcx, int srcy,
int srcw,
int srch,
float alpha,
int mode

Returns

void 

Examples

C++

 


Perl

 


Python

 

See Also

lice: LICE_Blit, LICE_ClipLine, LICE_Line, LICE_LineInt,

(Section automatically generated, edits may be overwritten.)

Stuff

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

Personal tools