https://github.com/mdecker-mobilecomputing/ionic_farbwahl
Simple Ionic-App to select a color with three sliders for the colors red, green and blue (RGB).
https://github.com/mdecker-mobilecomputing/ionic_farbwahl
github-actions ionic ionic-storage range-slider rgb
Last synced: 29 days ago
JSON representation
Simple Ionic-App to select a color with three sliders for the colors red, green and blue (RGB).
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/ionic_farbwahl
- Owner: MDecker-MobileComputing
- License: bsd-3-clause
- Created: 2020-11-01T14:14:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T16:39:42.000Z (almost 2 years ago)
- Last Synced: 2025-01-05T20:42:51.792Z (over 1 year ago)
- Topics: github-actions, ionic, ionic-storage, range-slider, rgb
- Language: TypeScript
- Homepage:
- Size: 2.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ionic-App "Farbwahl" (Color Picker) #
Diese Repository enthält ein [Ionic](https://ionicframework.com/)/Angular-Projekt für eine mobile App.
Es wird damit die Verwendung der Komponenten [ion-range](https://ionicframework.com/docs/api/range) demonstriert.
Die App verwendet drei Instanzen von `ion-range` um den Rot-, Grün- und Blau-Anteil einer Farbe im RGB-Modell zu definieren.
----
## Screenshots ##

----
## License ##
See the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License) for the files in this repository.