Skip to content

Latest commit

 

History

History
53 lines (29 loc) · 1.81 KB

color-actions.md

File metadata and controls

53 lines (29 loc) · 1.81 KB

Color actions

< Overview

Color actions are algorithmic operations that operate over every pixel in a given scope of the current project.

Palettization

API function

Shortcut: Shift + P

Maps every non-transparent pixel in scope to the nearest RGBA color included in the currently selected palette.

Extract canvas colors to palette

API function

Shortcut: Shift + D

Adds every unique non-transparent color found on pixels in scope to the currently selected palette.

HSV adjustment

API function

Shortcut: Ctrl + Shift + H

Adjusts the colors of the pixels in scope by a user-determined hue shift, saturation shift or scale factor, and value shift or scale factor.

Read more:

Run a color script

API function

Shortcut: Ctrl + Shift + W

Applies a color transformation defined by a color script to all the pixels in scope.


SEE ALSO