DynamicColor icon indicating copy to clipboard operation
DynamicColor copied to clipboard

Yet another extension to manipulate colors easily in Swift and SwiftUI

Results 18 DynamicColor issues
Sort by recently updated
recently updated
newest added

https://github.com/yannickl/DynamicColor/releases is missing changelog information. For ex : https://github.com/Alamofire/Alamofire/releases

Would you accept a PR to make the hexString init failable, so it'd return nil rather than a black color? Something like: ```swift public convenience init?(hexString: String) { let hexString...

You can add the ``` public final func readableColor() -> DynamicColor { return isLightColor() ? UIColor.blackColor() : UIColor.whiteColor() } ``` and or another that use the inverse / complement at...

enhancement
question

It would be nice to select the scale of each color in a gradient to gain in control. Here an API example: ``` swift let gradient = DynamicGradient(colors: [blue, red,...

enhancement

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** Support for: 1. HSV 2. Lab 3. Luv 4. Yxy 5. CMY 6. CMYK...

Apple says "**Starting May 1: You'll need to include approved reasons for the listed APIs used by your app's code to upload a new or updated app to App Store...