SilverScreen Solid Modeler

ToCOLORREF method

ToCOLORREF method

Previous topic Next topic  

ToCOLORREF method

Previous topic Next topic JavaScript is required for the print function  

SilverSharpAPI

 

System.UInt32 ToCOLORREF()

 

 

 

 

 




Synopsis

using SilverSharp;

 

The ToCOLORREF method converts a SilverSharp.SS_RGB object to a Win32-compatible COLORREF value

 

 

Parameters

none

 

 

Return Value

ToCOLORREF returns a Win32-compatible COLORREF value

 

 

Remarks

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

 

 

See Also

SS_RGB