SilverScreen Solid Modeler

FromRGB method

FromRGB method

Previous topic Next topic  

FromRGB method

Previous topic Next topic JavaScript is required for the print function  

SilverSharpAPI

 

static SS_RGB FromRGB(uint rgb);

 

uint rgb;   // A SilverC-compatible RGB value

 

 

 




Synopsis

using SilverSharp;

 

The FromRGB method creates a SilverSharp.SS_RGB object from a SilverC-compatible RGB value

 

 

Parameters

rgb is a SilverC-compatible RGB value

 

 

Return Value

FromRGB returns a SilverSharp.SS_RGB object

 

 

Remarks

This function is most useful when calling SilverEngine API routines with pinvoke.

 

 

See Also

SS_RGB, ToRGB