Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jifalops/color_rgb_a
Represents a color in the red-green-blue scheme with an optional alpha component. Designed for use with both Flutter and CSS.
https://github.com/jifalops/color_rgb_a
Last synced: 5 days ago
JSON representation
Represents a color in the red-green-blue scheme with an optional alpha component. Designed for use with both Flutter and CSS.
- Host: GitHub
- URL: https://github.com/jifalops/color_rgb_a
- Owner: jifalops
- License: mit
- Created: 2018-08-25T20:52:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-02T02:01:36.000Z (over 6 years ago)
- Last Synced: 2025-01-18T09:53:21.272Z (6 days ago)
- Language: Dart
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ~~color_rgb_a~~
Represents a color in the red-green-blue scheme with an optional alpha component. Designed for use with both Flutter and CSS.
## Deprecated
This class has been incorporated into the [`shared_theme`](https://github.com/jifalops/shared_theme) package. Specifically, [here](https://github.com/jifalops/shared_theme/blob/master/lib/src/colors.dart#L5).