Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swiftuiux/d3-color
Useful extensions and functions used with SwiftUI Color rgb ios macos Get rgb from Color Do brighter Do darker SwiftUI color
https://github.com/swiftuiux/d3-color
brigther color darker ios macos rgb swift swiftui
Last synced: 29 days ago
JSON representation
Useful extensions and functions used with SwiftUI Color rgb ios macos Get rgb from Color Do brighter Do darker SwiftUI color
- Host: GitHub
- URL: https://github.com/swiftuiux/d3-color
- Owner: swiftuiux
- License: apache-2.0
- Created: 2022-06-01T10:55:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T12:12:55.000Z (4 months ago)
- Last Synced: 2024-11-28T18:41:35.812Z (about 1 month ago)
- Topics: brigther, color, darker, ios, macos, rgb, swift, swiftui
- Language: Swift
- Homepage:
- Size: 397 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SwiftUI Color extender
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fswiftuiux%2Fd3-color%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/swiftuiux/d3-color)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fswiftuiux%2Fd3-color%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/swiftuiux/d3-color)Useful extensions and functions used with SwiftUI Color
## Computed properties
* `rgba` - returns values RGB and alfa channels for Color instance
## Functions
* `doBrighter (k: Double?)` - increase intensity of the color. k - is level of the intensity Default value 0.05
* `doDarker(k: Double?)` - decrease intensity of the color. k - is level of the intensity Default value 0.05
## Used in
- [Menu bar component - SwiftUI](https://github.com/swiftuiux/d3-menu-bar)
- [Auto scrollable header menu - SwiftUI & Combine](https://github.com/swiftuiux/food-scrollable-menu-list)![Color extender](https://github.com/swiftuiux/d3-color/blob/main/img.png)