R
Russ Green
I'm currentlyworking on a VB.NET application to control Sketchup
(http://www.sketchup.com) using COM.
Sketchup has a color class with color.red, color.green and color.blue but
this is not appearing in the Interop layer. Instead, RGB colours are of
type System.Uint32.
I need a method to converty a UInt32 to RGB values. Can anyone point me in
the right direction?
TIA
Russ
(http://www.sketchup.com) using COM.
Sketchup has a color class with color.red, color.green and color.blue but
this is not appearing in the Interop layer. Instead, RGB colours are of
type System.Uint32.
I need a method to converty a UInt32 to RGB values. Can anyone point me in
the right direction?
TIA
Russ