AEConicalGradient alternatives and similar libraries
Based on the "Colors" category.
Alternatively, view AEConicalGradient alternatives based on common mentions on social networks and blogs.
-
Chameleon
Color framework for Swift & Objective-C (Gradient colors, hexcode support, colors from images & more). -
SwiftGen-Colors
The Swift code generator for your assets, storyboards, Localizable.strings, … — Get rid of all String-based APIs! -
Hue
:art: Hue is the all-in-one coloring utility that you'll ever need. -
DynamicColor
Yet another extension to manipulate colors easily in Swift and SwiftUI -
UIColor-Hex-Swift
Convenience methods for creating color using RGBA hex string. -
SwiftHEXColors
HEX color handling as an extension for UIColor. -
Gradients
🌔 A curated collection of splendid 180+ gradients made in swift -
ChromaColorPicker
:art: An intuitive iOS color picker built in Swift. -
RandomColorSwift
An attractive color generator for Swift. Ported from randomColor.js. -
UIGradient
A simple and powerful library for using gradient layer, image, color -
FlatUIColors
Flat UI color palette helpers written in Swift. -
PrettyColors
Styles and colors text in the Terminal with ANSI escape codes. Conforms to ECMA Standard 48. -
HexColor
Utility that lets you define UIColors in Swift as they've meant to be defined: as HEX values -
ImagePalette
Swift/iOS port of Android's Palette https://developer.android.com/reference/android/support/v7/graphics/Palette.html -
CSS3ColorsSwift
A UIColor extension with CSS3 Color names. -
UIColor-WikiColors
All wikipedia colors implemented as easy to use UIColor extension 🌈 -
Google Material Color
Google Material Color Palette in Swift -
Colors
A pure Swift library for using ANSI codes. Basically makes command-line coloring and styling very easy!
Appwrite - The Open Source Firebase alternative introduces iOS support
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of AEConicalGradient or a related project?
README
AEConicalGradient
Conical (angular) gradient in Swift
I hope that somebody will find this useful. And nice.
Usage
AEConicalGradient is a minion which consists of two objects:
[ConicalGradientLayer](Sources/ConicalGradientLayer.swift)
Subclass ofCALayer
which performs drawing of conical gradient. You can set colors, locations, start/end angle for the gradient. If no colors are set, default colors will be used. If no locations are set, colors will be equally distributed.[ConicalGradientView](Sources/ConicalGradientView.swift)
Subclass ofUIView
which usesConicalGradientLayer
as the view’s Core Animation layer. You can configure conical gradient options withgradient
property.
Installation
-
.Package(url: "https://github.com/tadija/AEConicalGradient.git", majorVersion: 2)
-
github "tadija/AEConicalGradient"
-
pod 'AEConicalGradient'
License
AEConicalGradient is released under the MIT license. See [LICENSE](LICENSE) for details.
done for fun
*Note that all licence references and agreements mentioned in the AEConicalGradient README section above
are relevant to that project's source code only.