JuliaPluto / PlutoUI.jl

https://featured.plutojl.org/basic/plutoui.jl
The Unlicense
299 stars 54 forks source link

Add ColorTypes.jl color picker #168

Closed fonsp closed 2 years ago

fonsp commented 2 years ago

Like ColorStringPicker, but it returns a ColorTypes.Colorant directly instead of a hex string

Schermafbeelding 2021-12-13 om 18 11 45

github-actions[bot] commented 2 years ago

Try this Pull Request!

Open Julia and type:

  julia> import Pkg
julia> Pkg.activate(temp=true)
julia> Pkg.add(url="https://github.com/JuliaPluto/PlutoUI.jl", rev="ColorPicker")
julia> using PlutoUI

Or run this code in your browser: Run with binder