SketchUp SDK
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
rendering_options.h
Go to the documentation of this file.
1 // Copyright 2013 Trimble Navigation Ltd. All rights reserved.
2 
3 #ifndef SLAPI_RENDERING_OPTIONS_H_
4 #define SLAPI_RENDERING_OPTIONS_H_
5 
6 #include <slapi/color.h>
7 #include <slapi/slapi.h>
8 #include <slapi/model/defs.h>
9 
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13 
30 SU_RESULT SURenderingOptionsSetValue(SURenderingOptionsRef rendering_options,
31  const char* key,
32  SUTypedValueRef value_in);
33 
128 SU_RESULT SURenderingOptionsGetValue(SURenderingOptionsRef rendering_options,
129  const char* key,
130  SUTypedValueRef* value_out);
131 
132 #ifdef __cplusplus
133 }
134 #endif
135 
136 #endif // SLAPI_RENDERING_OPTIONS_H_