All Projects → JuliaGraphics → Colors.jl

JuliaGraphics / Colors.jl

Licence: other
Color manipulation utilities for Julia

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to Colors.jl

Colorschemes.jl
colorschemes, colormaps, gradients, and palettes
Stars: ✭ 55 (-51.75%)
Mutual labels:  color-scheme, color, colors
slick
Vim/Neovim Colortheme–Truecolor, Stunning, Complete
Stars: ✭ 15 (-86.84%)
Mutual labels:  color, colors, color-scheme
Colors.lol
🎨 Overly descriptive color palettes
Stars: ✭ 207 (+81.58%)
Mutual labels:  color-scheme, color, colors
SwiftColorWheel
Delightful color picker wheel for iOS in Swift.
Stars: ✭ 37 (-67.54%)
Mutual labels:  color, colors, color-scheme
Nord Hyper
An arctic, north-bluish clean and elegant Hyper theme plugin.
Stars: ✭ 96 (-15.79%)
Mutual labels:  color-scheme, color, colors
anypalette.js
🎨 Read/write all color palette file formats ❤🧡💛💚💙💜
Stars: ✭ 41 (-64.04%)
Mutual labels:  color, colors, color-scheme
Bootstrap Dark
The Definitive Guide to Dark Mode and Bootstrap 4 - A proof of concept
Stars: ✭ 54 (-52.63%)
Mutual labels:  color-scheme, color
Nord Konsole
An arctic, north-bluish clean and elegant Konsole color scheme.
Stars: ✭ 56 (-50.88%)
Mutual labels:  color-scheme, color
Console Logging
Better, prettier commandline logging for Python--with colors! 👻
Stars: ✭ 111 (-2.63%)
Mutual labels:  color, colors
Iceberg.vim
🇦🇶 Bluish color scheme for Vim and Neovim
Stars: ✭ 1,636 (+1335.09%)
Mutual labels:  color-scheme, color
Color.js
Extract colors from an image (0.75 KB) 🎨
Stars: ✭ 42 (-63.16%)
Mutual labels:  color, colors
Color Names
Large list of handpicked color names 🌈
Stars: ✭ 1,198 (+950.88%)
Mutual labels:  color, colors
Material Palette Generator
🎨 Get perfect Material Design color palettes from any hex color.
Stars: ✭ 114 (+0%)
Mutual labels:  color-scheme, colors
Color Schemer
A React app to help you select a color scheme, built with styled-components and polished
Stars: ✭ 55 (-51.75%)
Mutual labels:  color-scheme, colors
Colors
List of 256 color codes for Xterm including an example of the color, Xterm Name, Xterm Number, HEX, RGB and HSL code.
Stars: ✭ 73 (-35.96%)
Mutual labels:  color, colors
Materialdesigncolor
This project shows the color in material design
Stars: ✭ 55 (-51.75%)
Mutual labels:  color, colors
Vim Corvine
The Raven Dark colourscheme for Vim, rebuilt and modified with Colortemplate
Stars: ✭ 76 (-33.33%)
Mutual labels:  color-scheme, color
Colors App
🎨 A PWA for copying values from popular color palettes. Supports HEX, RGB, and HSL formats.
Stars: ✭ 90 (-21.05%)
Mutual labels:  color-scheme, color
Yui
Minimal vim color scheme
Stars: ✭ 93 (-18.42%)
Mutual labels:  color-scheme, colors
Nord Termite
An arctic, north-bluish clean and elegant Termite color theme.
Stars: ✭ 104 (-8.77%)
Mutual labels:  color-scheme, colors

Colors

Documentation Build Status Code Coverage
Build Status
PkgEval

This library provides a wide array of functions for dealing with color. This includes conversion between colorspaces, measuring distance between colors, simulating color blindness, parsing colors, and generating color scales for graphics.

The core color types, along with some simple utilities, are defined and documented in ColorTypes. You can use ColorTypes as a standalone package if you do not need the more extensive color-manipulation utilities defined here.

Basic color arithmetic is available with using ColorVectorSpace; see its documentation for why it's a separate package.

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].