# HSVColorPickers-Nuget-UWP **Repository Path**: ysdy44/HSVColorPickers-Nuget-UWP ## Basic Information - **Project Name**: HSVColorPickers-Nuget-UWP - **Description**: ColorPicker, RGBPicker, HSVPicker, WheelPicker, PalettePicker, StrawPicker, HexPicker, SwatchesPicker. - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-07-19 - **Last Updated**: 2022-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: Uwp, Nuget, Csharp ## README # HSV Color Pickers 这是一个用于开发 UWP 的库。 ColorPicker、RGBPicker、HSVPicker、WheelPicker、PalettePicker、StrawPicker、HexPicker、SwatchesPicker。 ![](ScreenShot/ScreenShot001.png) ![](ScreenShot/ScreenShot003.png) ## 开始 |Key|Value| |:-|:-| |系统要求| Windows10 Creators Update 或更高| |开发工具|Visual Studio 2017| |编程语言|C#| |显示语言|English| ![](ScreenShot/logo.png) 在 Nuget 中搜索 “HSV Color” 并下载。 ![](ScreenShot/Thumbnails000.jpg) ### 示例 运行 "TestApp". ```xaml xmlns:hSVColorPickers="using:HSVColorPickers" ``` or ```csharp using HSVColorPickers; new ColorPicker(); new RGBPicker(); new HSVPicker(); new WheelPicker(); new SwatchesPicker(); new HexPicker(); new AlphaPicker(); new PaletteHuePicker(); new PaletteSaturationPicker(); new PaletteValuePicker(); new CirclePicker(); ``` ## 了解更多 您可以从 Windows 10 商店中的演示应用程序中了解更多信息:
[FanKit](https://www.microsoft.com/store/productId/9PD2JJZQF524) 1.单击顶部栏中的 “Color” 项。 ![](ScreenShot/Thumbnails001.jpg) 2.寻找简易示例。 ![](ScreenShot/Thumbnails002.jpg) 玩得开心..