RPR GetColorThemeStruct

From CockosWiki

(Difference between revisions)
Jump to: navigation, search
(See Also)
(Examples)
 
(4 intermediate revisions not shown)
Line 1: Line 1:
{{API_Doc_Header}}
{{API_Doc_Header}}
=GetColorThemeStruct()=
=GetColorThemeStruct()=
-
void* GetColorThemeStruct(int* sz)
+
'''void* GetColorThemeStruct(int* sz)'''
returns the whole color theme (icontheme.h) and the size
returns the whole color theme (icontheme.h) and the size
Line 7: Line 7:
  int* sz
  int* sz
==Returns==
==Returns==
-
  ?
+
  An array, containing
 +
  void*
 +
  int* sz
==Examples==
==Examples==
 +
===C++===
 +
<source lang=cpp>
 +
</source>
===Perl===
===Perl===
-
<pre>
+
<source lang=perl>
-
</pre>
+
</source>
===Python===
===Python===
-
<pre>
+
<source lang=python>
-
</pre>
+
</source>
 +
 
==See Also==
==See Also==
-
{{SeeAlsoThemeFunctions}}
+
{{SeeAlso_theme}}
-
==Stuff==
+
''(Section automatically generated, edits may be overwritten.)''
 +
----
{{API_Doc_Footer}}
{{API_Doc_Footer}}
[[Category:API]]
[[Category:API]]

Latest revision as of 12:28, 28 January 2010

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR GetColorThemeStruct
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR GetColorThemeStruct

Contents

GetColorThemeStruct()

void* GetColorThemeStruct(int* sz)

returns the whole color theme (icontheme.h) and the size

Parameters

int* sz

Returns

An array, containing
 void*
 int* sz

Examples

C++

 

Perl

 

Python

 

See Also

theme: GetColorThemeStruct, GetIconThemePointer, GetIconThemeStruct,

(Section automatically generated, edits may be overwritten.)


Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR GetColorThemeStruct
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR GetColorThemeStruct

Personal tools