Skip to content

๐ŸŽจ Lightweight, versatile, cross-platform color picker app written in Rust / Tauri

License

Notifications You must be signed in to change notification settings

ModuleArt/plain-color

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

64 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

PlainColor

Lightweight, versatile, cross-platform color picker app written in Rust / Tauri

GitHub release (latest by date including pre-releases) GitHub All Releases Module Art website

โฌ‡๏ธ Download

  • macOS: dmg
  • Windows: Coming soon...
  • Linux: Coming soon...

๐Ÿš€ Features

  • ๐Ÿ” Magnifying glass
  • ๐ŸŽจ Custom palettes
  • ๐Ÿ“‹ A lot of copy options
    • #HEX HEX #hex hex
    • rgb() R,G,B color(display-p3)
    • hsl() H,S,L
    • cmyk() C,M,Y,K
  • ๐ŸŽ Great macOS support
    • Works on top of menu bar and fullscreen windows

Coming soon

  • โฌ› Shades
  • โฌœ Tints
  • ๐Ÿ”ฒ Contrast checker
  • ๐Ÿ–ผ๏ธ Extract palette from image
    • K-Mean Algorithm
    • Dominant Colors

Want more? Open a new issue or ๐Ÿ‘ an existing one so we can talk about it.

๐Ÿž Bug report

If you want to report a bug, first, thank you, that helps us a lot. Please open an issue and mention your OS, your PlainColor version, and how to reproduce it. Adding a screenshot of the issue or screen recording is a big help too.

๐Ÿ”ฎ Future Plans

v1.0.8

  • Fix: Color name, Palette name white-space
  • ColorCard: Checkboard background for alpha colors
  • ColorCard: Add ability to type/paste HEX value
  • Prepend default palette (Apple colors)
  • Move picker with arrows (step = 1px), make sure it cannot be out of screen bounds

v1.1.x

  • New app icon
  • Add updater
  • Add picker sound (Funny mouth sound, with ability to turn off)
  • Better color wheel: Add inputs for values (hex, rgba, etc.)
  • Add ability to reorder colors
  • More quick copy options
    • Common:
      • RGB/RGBA from 0 to 1 0,36; 0,18; 0,57
      • HSB/HSV 268, 69, 57
    • Native:
      • ๐Ÿ–ฅ๏ธ NSColor RGB
      • ๐Ÿ–ฅ๏ธ NSColor HSB
      • ๐Ÿ“ฑ UIColor RGB
      • ๐Ÿ“ฑ UIColor HSB
      • ๐Ÿฆโ€โฌ› SwiftUI Color HSB
      • ๐Ÿฆโ€โฌ› Swift Color Literal
      • ๐Ÿ–ฅ๏ธ Obj-C NSColor Calibrated RGB
      • ๐Ÿ“ฑ Obj-C UIColor RGB
      • ๐ŸŒŠ .NET RGB/ARGB
      • โ˜• Java RGB/RGBA
      • ๐Ÿ“ฑ Android RGB/ARGB
  • Tray icon
  • Picker shortcut Command + Shift + M
    • Instant picker shortcut Ctrl + Shift + M (?)