The-Igor / d3-color

Useful extensions and functions used with SwiftUI Color rgb ios macos Get rgb from Color Do brighter Do darker SwiftUI color

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SwiftUI Color extender

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

Color extender

About

Useful extensions and functions used with SwiftUI Color rgb ios macos Get rgb from Color Do brighter Do darker SwiftUI color

License:Apache License 2.0


Languages

Language:Swift 100.0%