Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)