User manual

© Next Limit Technologies 2010
Maxwell Render 2.5 User Manual
Chapter 17. Appendix IV. Scripting References | 143
Function: bool saveEmixerData ( string path);
Description: Saves the current Multilight state in an emixer le (extension “.emixer”).
Parameters: String path: Path of the emixer le to save
Returned Value: Bool: returns True if the le was saved successfully, False if not.
17.02.04 MXI
Function: double iso( void );
Description: Returns the current ISO value.
Parameters: Nothing
Returned Value: Double: ISO value.
Function: void setIso( double value );
Description: Sets the ISO value.
Parameters: Double value: New ISO value
Returned Value: Nothing.
Function: double shutter( void );
Description: Returns the current Shutter value.
Parameters: Nothing
Returned Value: Double: shutter value.
Function: void setShutter( double value );
Description: Sets the Shutter value.
Parameters: Double value: New Shutter value
Returned Value: Nothing.
Function: int colorSpace( void );
Description: Returns the 0-index of the color space of the current scene. See the
Maxwell Render GUI for more info about available color spaces and their indexes.
Parameters: Nothing
Returned Value: INT: index of color space
Function: void setColorSpace( int value );
Description: Sets the 0-index of the color space of the current scene.
Parameters: INT value: New color space index.
Returned Value: Nothing
Function: double burn( void );
Description: Returns the current burn value.
Parameters: Nothing
Returned Value: Double: burn value.
Function: void setBurn( double value );
Description: Sets the burn value.
Parameters: Double value: New burn value.
Returned Value: Nothing.
Function: double gamma( void );
Description: Returns the current gamma value.
Parameters: Nothing
Returned Value: Double: gamma value.
Function: void setGamma( double value );
Description: Sets the gamma value.
Parameters: Double value: New gamma value.
Returned Value: Nothing
Function: double fStop( void );
Description: Returns the current fStop value.
Parameters: Nothing
Returned Value: Double: fStop value.
Function: void setFStop( double value );
Description: Sets the fStop value.
Parameters: Double value: New fStop value
Returned Value: Nothing
Function: double intensity( void );
Description: Returns the current intensity value.
Parameters: Nothing
Returned Value: Double: intensity value.