All Projects β†’ Priva28 β†’ Swiftuicolourwheel

Priva28 / Swiftuicolourwheel

A colour wheel made all in SwiftUI

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Swiftuicolourwheel

Colorpicker
A highly customizable color picker for Android
Stars: ✭ 644 (+1010.34%)
Mutual labels:  color-picker
Vertical Slide Color Picker
🦁 Vertical slide color picker for Android
Stars: ✭ 18 (-68.97%)
Mutual labels:  color-picker
Mesh maker vr
Mesh Maker VR
Stars: ✭ 47 (-18.97%)
Mutual labels:  color-picker
Color Picker For Ios
Colorful: iOS color picker built with Swift.
Stars: ✭ 709 (+1122.41%)
Mutual labels:  color-picker
Small Color Picker
jQuery color picker and button styles
Stars: ✭ 16 (-72.41%)
Mutual labels:  color-picker
Jquery Minicolors
jQuery MiniColors Plugin
Stars: ✭ 948 (+1534.48%)
Mutual labels:  color-picker
Vanilla Colorful
A tiny color picker custom element for modern web apps (2.7 KB) 🎨
Stars: ✭ 467 (+705.17%)
Mutual labels:  color-picker
Colorpicker
🍭color picker for android
Stars: ✭ 1,054 (+1717.24%)
Mutual labels:  color-picker
Przm
🎨 A simple, yet feature rich color picker and manipulator
Stars: ✭ 17 (-70.69%)
Mutual labels:  color-picker
Cl Pkr
Cross-Platform Color Picker Written in Common Lisp
Stars: ✭ 37 (-36.21%)
Mutual labels:  color-picker
Colorpicker
A mininal but complete colorpicker desktop app
Stars: ✭ 766 (+1220.69%)
Mutual labels:  color-picker
Kallewheel
A custom color wheel extension for Adobe Photoshop
Stars: ✭ 16 (-72.41%)
Mutual labels:  color-picker
React Colorful
🎨 A tiny (2,5 KB) color picker component for React and Preact apps
Stars: ✭ 951 (+1539.66%)
Mutual labels:  color-picker
Android Colorpickerpreference
ColorPickerPreference for android to create color picker in preferences. Project created as Library
Stars: ✭ 657 (+1032.76%)
Mutual labels:  color-picker
Colorpickerview
🎨 Android colorpicker for getting colors from any images by tapping on the desired color.
Stars: ✭ 1,042 (+1696.55%)
Mutual labels:  color-picker
Alerts And Pickers
Advanced usage of UIAlertController and pickers based on it: Telegram, Contacts, Location, PhotoLibrary, Country, Phone Code, Currency, Date...
Stars: ✭ 5,267 (+8981.03%)
Mutual labels:  color-picker
Colorpick
Stars: ✭ 24 (-58.62%)
Mutual labels:  color-picker
Swatch.vim
work with hex color codes and make your own vim colorschemes easily and quickly
Stars: ✭ 57 (-1.72%)
Mutual labels:  color-picker
Hsluv Dart
Dart port of HSLuv, a human-friendly alternative to HSL based on human experiments.
Stars: ✭ 49 (-15.52%)
Mutual labels:  color-picker
Leonardo
Generate colors based on a desired contrast ratio
Stars: ✭ 973 (+1577.59%)
Mutual labels:  color-picker

SwiftUI Colour Wheel

A colour wheel made all in SwiftUI.

There are 2 different colour wheels to choose from.

  • The first main one uses CIHueSaturationValueGradient CIFilter to draw itself, then uses RadialGradient and .blur to smooth it out. Named ColourWheel in code.
  • The second one uses SwiftUI's AngularGradient with all 360 hues to draw the gradient, then a RadialGradient and .blur to smooth it out. Named NewColourWheel in code.

If you would like to use the slider to change brightness/value, use ColourWheel, as NewColourWheel does not support setting value at this point in time.

They both interact the same and output in [Red, Green, Blue] or [Hue, Saturation].

previewjpg

preview

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].