RPR LICE Line
From CockosWiki
(Difference between revisions)
| Revision as of 00:07, 6 November 2009 MikeLacey (Talk | contribs) ← Previous diff |
Revision as of 00:09, 6 November 2009 MikeLacey (Talk | contribs) () Next diff → |
||
| Line 1: | Line 1: | ||
| {{API_Doc_Header}} | {{API_Doc_Header}} | ||
| - | =()= | + | =LICE_Line()= |
| + | '''void LICE_Line(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:09, 6 November 2009
Main Page/REAPER Documentation/ReaScript/ReaScript API/RPR LICE Line
Main Page/REAPER Documentation/REAPER API/REAPER API Functions/RPR LICE Line
Contents |
LICE_Line()
void LICE_Line(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 Line
Main Page/REAPER Documentation/REAPER API/REAPER API Functions/RPR LICE Line
Categories: API | ReaScript | Perl | Python
