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 "ColorRGBToHLS" in [All]

shlwapi

.

static extern void ColorRGBToHLS(int RGB, ref int H, ref int L, ref int S);

.

    static extern void ColorRGBToHLS(int RGB, ref int H, ref int L, ref int S);

.

      ColorRGBToHLS(ColorTranslator.ToWin32(C), ref H, ref L, ref S);

.
Documentation
[ColorRGBToHLS] on MSDN

 
Access PInvoke.net directly from VS: