Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "ColorHLSToRGB" in [All]

shlwapi

.

static extern int ColorHLSToRGB(int H, int L, int S);

.

    static extern int ColorHLSToRGB(int H, int L, int S);

.

      // ColorHLSToRGB returns a Win32 RGB value (0x00BBGGRR).  To convert to System.Drawing.Color

.

      return ColorTranslator.FromWin32(ColorHLSToRGB(H,L,S));

.
Documentation
[ColorHLSToRGB] on MSDN

 
Access PInvoke.net directly from VS: