SilverScreen Solid Modeler

ToRGB method

ToRGB method

Previous topic Next topic  

ToRGB method

Previous topic Next topic JavaScript is required for the print function  

SilverSharpAPI

 

System.UInt32 ToRGB ()

 

 

 

 

 




Synopsis

using SilverSharp;

 

The ToRGB function converts a SilverSharp.SS_RGB object into a SilverC-compatible RGB value.

 

 

Parameters

none

 

 

Return Value

ToRGB returns a SilverC-compatible RGB value

 

 

Remarks

This method is primarily useful as a way to send colors to a SilverEngine API routine called via pinvoke.

 

 

See Also

SS_RGB, SilverC RGB