AEConicalGradient alternatives and similar libraries
Based on the "Colors" category.
Alternatively, view AEConicalGradient alternatives based on common mentions on social networks and blogs.
-
Chameleon
DISCONTINUED. 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! -
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 -
Colors
A pure Swift library for using ANSI codes. Basically makes command-line coloring and styling very easy! -
Colors Extension
Colors is a Swift Package to enable all system colors in SwiftUI trough a Color extension. Colors which were previously only available in UIColor/NSColor are now available in Color as well.
SaaSHub - Software Alternatives and Reviews
* 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.