Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SnapshotGames/cui_color_picker
Color Picker for Unity UI in a single script/prefab
https://github.com/SnapshotGames/cui_color_picker
Last synced: 2 months ago
JSON representation
Color Picker for Unity UI in a single script/prefab
- Host: GitHub
- URL: https://github.com/SnapshotGames/cui_color_picker
- Owner: SnapshotGames
- License: mit
- Created: 2016-09-30T10:54:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-25T20:56:51.000Z (about 3 years ago)
- Last Synced: 2024-05-13T20:57:56.925Z (9 months ago)
- Language: C#
- Homepage:
- Size: 30.3 KB
- Stars: 71
- Watchers: 6
- Forks: 22
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity-open-source-on-github - cui_color_picker - Color Picker (Color Picker)
README
Color Picker for Unity UI in a single script/prefab
======![Screenshot](http://i.imgur.com/OzruMEX.png)
[Link to video](https://youtu.be/Pmm9emSL6Pc)
Usage
======The interface consists of 'Color' read/write property and a 'onValueChange' callback.
Call SetOnValueChangeCallback( Action onValueChange ) to set the callback.