Skip to content

ysdy44/HSVColorPickers-Nuget-UWP

Repository files navigation

HSV Color Pickers

This is a library used to develop the UWP. ColorPicker, RGBPicker, HSVPicker, WheelPicker, PalettePicker, StrawPicker, HexPicker, SwatchesPicker.

Getting Started

Key Value
System requirements Windows10 Creators Update or upper
Development tool Visual Studio 2017
Programing language C#
Display language English

Search 'HSV Color' in Nuget and download it.

Example

Run the "TestApp".

xmlns:hSVColorPickers="using:HSVColorPickers"


<hSVColorPickers:ColorPicker/>

<hSVColorPickers:RGBPicker/>
<hSVColorPickers:HSVPicker/>
<hSVColorPickers:WheelPicker/>

<hSVColorPickers:SwatchesPicker/>
<hSVColorPickers:HexPicker/>
<hSVColorPickers:AlphaPicker/>

<hSVColorPickers:PaletteHuePicker/>
<hSVColorPickers:PaletteSaturationPicker/>
<hSVColorPickers:PaletteValuePicker/>
 
<hSVColorPickers:CirclePicker/>

or

using HSVColorPickers;


new ColorPicker();

new RGBPicker();
new HSVPicker();
new WheelPicker();

new SwatchesPicker();
new HexPicker();
new AlphaPicker();

new PaletteHuePicker();
new PaletteSaturationPicker();
new PaletteValuePicker();
 
new CirclePicker(); 

Learn More

You can learn more from the demo application in windows 10 store:
FanKit

1.Click on item "Colors" in the top bar.

2.Look for simple examples.

Enjoy it..

About

ColorPicker, RGBPicker, HSVPicker, WheelPicker, PalettePicker, StrawPicker, HexPicker, SwatchesPicker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages