RPR LICE LineInt

From CockosWiki

(Difference between revisions)
Revision as of 00:07, 6 November 2009
MikeLacey (Talk | contribs)

← Previous diff
Revision as of 00:10, 6 November 2009
MikeLacey (Talk | contribs)
()
Next diff →
Line 1: Line 1:
{{API_Doc_Header}} {{API_Doc_Header}}
-=()=+=LICE_LineInt()=
 +'''void LICE_LineInt(LICE_IBitmap* dest, int x1, int y1, int x2, int y2, LICE_pixel color, float alpha, int mode, bool aa)'''
 + 
==Parameters== ==Parameters==
 + LICE_IBitmap* dest,
 + int x1, int y1, int x2, int y2,
 + LICE_pixel color,
 + float alpha,
 + int mode,
 + bool aa
==Returns== ==Returns==
 + void
==Examples== ==Examples==
===Perl=== ===Perl===

Revision as of 00:10, 6 November 2009

Main Page/REAPER Documentation/ReaScript/ReaScript API/RPR LICE LineInt
Main Page/REAPER Documentation/REAPER API/REAPER API Functions/RPR LICE LineInt

Contents

LICE_LineInt()

void LICE_LineInt(LICE_IBitmap* dest, int x1, int y1, int x2, int y2, LICE_pixel color, float alpha, int mode, bool aa)

Parameters

LICE_IBitmap* dest,
int x1, int y1, int x2, int y2,
LICE_pixel color,
float alpha,
int mode,
bool aa

Returns

void 

Examples

Perl


Python


See Also

Stuff

Main Page/REAPER Documentation/ReaScript/ReaScript API/RPR LICE LineInt
Main Page/REAPER Documentation/REAPER API/REAPER API Functions/RPR LICE LineInt