|
||
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 |
|