Skip to content
EyeOdin edited this page Oct 19, 2023 · 21 revisions

Pigment.O is a color picker that abstracts color enabling it to work universally in any color space at the same time. And by being agnostic it can act regardless of the scale and maintain it precision due to it's process allowing color conversions regardless of the color space the document favors.

Default State

Picture

On boot Pigment.O will look like this and pure black is selected with HSV panel and channels

Picture

On boot Pigment.S will look like this and it looks empty because it requires document to generate maps

.O User Interface

  • Header : Display selected color or range
  • Panel : Graphical user interface to select color within a certain color space and geometry
  • Channel : Slider and Value system to select color more precisely
  • Mixer : Slider to mix any color pair within any color space
  • Pin : Save colors so they can be reused again and even be called with shortcuts
  • History : List of all colors that the picker has gone though so they can be selected again
  • Mode : Connection type between Krita and Pigment.O
    • On : Read and Write
    • Write : Write only
    • Read : Read only with Log Viewer docker prints
    • Off : No connection
  • Fill Pixel : Instant fill pixels with active color
  • Color Selection : Select color range defined by the selection channels range
  • Settings : Open Settings

.S User Interface

  • Sample List - Generated sample list
  • Sample Display - Selecting a sample to display
  • Mode - Color space to use to generate the samples
  • Generate - Calculate the samples with the given color space
  • TIC - Total Ink Coverage of the image or the expected amount

Settings Tabs

Various options that affect Pigment.O

  • Option : General options
  • Color : Channels options
  • System : Internal options

Supported Color Spaces

A, RGB, CMY, CMYK, RYB, YUV, HSV, HSL, HSY, ARD, XYZ, XYY, LAB, LCH

Clone this wiki locally