{"id":13711143,"url":"https://github.com/vpapenko/ColorPicker","last_synced_at":"2025-05-06T20:32:26.401Z","repository":{"id":44473277,"uuid":"223923996","full_name":"vpapenko/ColorPicker","owner":"vpapenko","description":"Color pickers for Xamarin Forms.","archived":false,"fork":false,"pushed_at":"2023-09-21T17:28:47.000Z","size":96065,"stargazers_count":43,"open_issues_count":14,"forks_count":11,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-09T05:20:08.679Z","etag":null,"topics":["android","c-sharp","color-pickers","colorpicker","csharp","dotnet","ios","uwp","xamarin","xamarin-forms"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vpapenko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-25T10:40:39.000Z","updated_at":"2024-04-09T06:39:16.000Z","dependencies_parsed_at":"2024-06-18T22:59:12.730Z","dependency_job_id":"f044866a-c147-4956-add7-2bd7efc8a3bf","html_url":"https://github.com/vpapenko/ColorPicker","commit_stats":{"total_commits":183,"total_committers":3,"mean_commits":61.0,"dds":"0.24590163934426235","last_synced_commit":"59c078d0f2a2ecc35a6140f2d3b2c28401ca8514"},"previous_names":[],"tags_count":47,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vpapenko%2FColorPicker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vpapenko%2FColorPicker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vpapenko%2FColorPicker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vpapenko%2FColorPicker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vpapenko","download_url":"https://codeload.github.com/vpapenko/ColorPicker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224528353,"owners_count":17326348,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","c-sharp","color-pickers","colorpicker","csharp","dotnet","ios","uwp","xamarin","xamarin-forms"],"created_at":"2024-08-02T23:01:04.969Z","updated_at":"2024-11-13T21:31:39.391Z","avatar_url":"https://github.com/vpapenko.png","language":"C#","readme":"[![NuGet](http://img.shields.io/nuget/v/ColorPicker.Xamarin.Forms.svg)](https://www.nuget.org/packages/ColorPicker.Xamarin.Forms/)\n\n![](https://github.com/vpapenko/ColorPicker/workflows/Tests/badge.svg)\n\n[![CodeFactor](https://www.codefactor.io/repository/github/vpapenko/colorpicker/badge/master)](https://www.codefactor.io/repository/github/vpapenko/colorpicker/overview/master)\n\n# ColorPicker\nColorPicker is the multi-platform pack of color pickers for Xamarin Forms.\n\n\u003cimg src=\"https://github.com/vpapenko/ColorPicker/blob/dev/Assets/TestApp.gif\" width=\"400\"\u003e\n\n# Supported platforms\n- Android\n- iOs\n- UWP\n\n# Clor pickers\n\n```ColorWheel```: color circle with alpha slider and luminosity slider.\n\n```ColorCircle```: only color circle.\n\n\u003cimg src=\"https://github.com/vpapenko/ColorPicker/blob/dev/Assets/ColorWheel.png\" width=\"300\"\u003e\n\n\n```ColorTriangle```\n\n\u003cimg src=\"https://github.com/vpapenko/ColorPicker/blob/dev/Assets/ColorTriangle.png\" width=\"300\"\u003e\n\n\n```HSLSliders```\n\n\u003cimg src=\"https://github.com/vpapenko/ColorPicker/blob/dev/Assets/HSLSliders.png\" width=\"300\"\u003e\n\n\n```RGBSliders```\n\n\u003cimg src=\"https://github.com/vpapenko/ColorPicker/blob/dev/Assets/RGBSliders.png\" width=\"300\"\u003e\n\n\n\nThis library contains several base classes for custom color pickers.\n\n\n# TestApp\nTestApp provides basic examples of how to use color pickers.\n\n# How to use\nAdd this package both to Xamarin Forms and platform-specific projects.\n\nAdd color picker as any other Xamarin Forms control.\n\n### iOS project\nadd \n```C#\nColorPickerEffects.Init();\n```\nto ```AppDelegate.FinishedLaunching```\n\n### UWP project\nReplace\n```C#\nXamarin.Forms.Forms.Init(e);\n``` \nin ```OnLaunched``` of ```App.xaml.cs``` by\n```C#\nvar rendererAssemblies = ColorPicker.UWP.ColorPickerEffects.GetRendererAssemblies();\nXamarin.Forms.Forms.Init(e, rendererAssemblies);\n```\n\n## Useful properties\n\n### Common properties\n**```SelectedColor```** It could be used to read selected color and to set the color to picker.\n  \n**```ConnectedColorPicker```** Multiple color pickers could be connected using this property. Bind color pickers one by one in chain.\n\n**```WheelBackgroundColor```** For Color wheel and Color Triangle. Background inside outer ring.\n\n**```Vertical```** Vertical slider.\n\n**```ShowAlphaSlider```**\n\n**```PickerRadiusScale```**\n\n### Color wheel\n**```ShowLuminosityWheel```**\n\n**```ShowLuminositySlider```**\n","funding_links":[],"categories":["UI"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvpapenko%2FColorPicker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvpapenko%2FColorPicker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvpapenko%2FColorPicker/lists"}