Hi, Im using API- function:
[VB]Private Declare Function ColorHLSToRGB Lib "SHLWAPI.DLL" _
(ByVal wHue As Integer, ByVal wLuminance As Integer, ByVal wSaturation As Integer) As Long[/VB]
How do I convert Long to RGB so I could take the R,G and B component out of it.
[VB]Private Declare Function ColorHLSToRGB Lib "SHLWAPI.DLL" _
(ByVal wHue As Integer, ByVal wLuminance As Integer, ByVal wSaturation As Integer) As Long[/VB]
How do I convert Long to RGB so I could take the R,G and B component out of it.