KO
|
EN
gitlite โ search
Search
#typescript
#ai-agents
#deepseek-harness
#dsh-plugin
#open-source
#ai
#cli
#dsh
#claude-code
#codex
#developer-tools
#react
SmoothGradient
โ 73
Open GitHub โ
Generate buttery smooth gradients.
Download README (.md)
Explore Similar Repositories
saliency-tensorflow2
:
๐ฆย Saliency maps implemented in TensorFlow 2 - SmoothGrad, GradCAM, Integrated Gradients, Guided Backprop and other methods.
visualize-pytorch
:
Pytorch implementation of gradCAM, guidedBackProp, smoothGrad
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
SmoothGradient
?
Download (.md)
# SmoothGradient  [](https://swiftpackageindex.com/intitni/SmoothGradient) [](https://swiftpackageindex.com/intitni/SmoothGradient) SmoothGradient helps you generate beautiful and buttery-smooth gradients. It helps you avoid gray dead zones in the middle of your gradients by interpolating colors in color spaces other than RGB. This is a package strongly inspired by this [gradient generator](https://learnui.design/tools/gradient-generator.html). You can click into the link to learn how this works.  ## Usage ```swift let colors: [UIColor] = SmoothGradientGenerator() .generate( from: fromColor, to: toColor, interpolation: .hcl, // choose from hcl, hsl, hsb precision: .high ) ``` Please check example playgrounds for more detail. ## Installation ### Swift Package Manager Simply add `https://github.com/intitni/SmoothGradient` as a dependency in either Xcode or Package.swift. ## License MIT.