Set of various utilities which can be used to display various objects.
color->image(color->image col)
Render color and display L from LAB color space.
Input: color
Examplesgradient->imageRendered color
(gradient->image gradient)
(gradient->image gradient luma?)
Create image with rendered gradient.
Input: gradient function (see gradient).
Examplespalette->imageRendered gradient
(palette->image palette)
(palette->image palette luma?)
Create image with rendered palette.
Input: list of colors.
Examplesshow-colorRendered palette
(show-color col)
Display color and display L from LAB color space.
Input: color
ExamplesUsage
(show-color :yellow)
show-gradient
(show-gradient gradient)
(show-gradient gradient luma?)
Display gradient.
Input: gradient function (see gradient).
ExamplesUsage
(show-gradient (c/gradient [:yellow :darkblue]))
show-image
(show-image img)
(show-image img args)
(show-palette palette)
(show-palette palette luma?)
Display palette.
Input: list of colors.
ExamplesUsage
(show-palette [:red :green :blue])
show-scalar-field
(show-scalar-field f norm-in norm-out)
(show-vector-field f)
(show-vector-field f norm-in-scale norm-out-scale)
Show scalar field R^2->R^2
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4