All Projects → smallpath → adobe-color-picker

smallpath / adobe-color-picker

Licence: MIT License
The rebuilt color picker of Adobe scripting for PS,AI,AE and so on.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to adobe-color-picker

SwiftyIllustrator
A tool for quickly converting Adobe Illustrator shapes into SwiftUI code.
Stars: ✭ 26 (-29.73%)
Mutual labels:  adobe
aio-cli
Adobe I/O Extensible CLI
Stars: ✭ 51 (+37.84%)
Mutual labels:  adobe
After-Effects-Fun
Expressions, scripts and projects for Adobe After Effects
Stars: ✭ 20 (-45.95%)
Mutual labels:  adobe
homebrew-adobe
@Homebrew tap for @adobe apps and plugins.
Stars: ✭ 24 (-35.14%)
Mutual labels:  adobe
ai-image-fill
Simple Adobe Illustrator Panel to generate placeholder image content from Flickr or Unsplash
Stars: ✭ 30 (-18.92%)
Mutual labels:  adobe
ColorPicker
Customizable Color Picker control for WPF
Stars: ✭ 57 (+54.05%)
Mutual labels:  color-picker
Artboard-Plus-XD
Artboard tools to speed up your Adobe XD workflow. Rearrange artboards into grid, sort them by name or create an artboard around selection.
Stars: ✭ 41 (+10.81%)
Mutual labels:  adobe
flutter material color picker
Material color picker, you can customize colors. Selection in two step, first main color and after shades.
Stars: ✭ 68 (+83.78%)
Mutual labels:  color-picker
a-color-picker
A color picker for web app
Stars: ✭ 97 (+162.16%)
Mutual labels:  color-picker
memory
A script for Adobe After Effects to save precomp layers with live preview
Stars: ✭ 60 (+62.16%)
Mutual labels:  adobe
color-picker
A color picker app made in flutter
Stars: ✭ 46 (+24.32%)
Mutual labels:  color-picker
AEM-DataLayer
Simple DataLayer API for Adobe Experience Manager
Stars: ✭ 33 (-10.81%)
Mutual labels:  adobe
jquery-asColorPicker
ColorInput is a jQuery plugin used to show color picker for a input field.
Stars: ✭ 18 (-51.35%)
Mutual labels:  color-picker
site-infrastructure-tests
Test framework that allows analysts/marketers to specify site infrastructure regression tests for dev
Stars: ✭ 23 (-37.84%)
Mutual labels:  adobe
Photoshop-Export-Layers-to-Files-Fast
This script allows you to export your layers as individual files at a speed much faster than the built-in script from Adobe.
Stars: ✭ 1,127 (+2945.95%)
Mutual labels:  adobe
knock
Convert ACSM files to DRM-free EPUB files with one command on Linux
Stars: ✭ 263 (+610.81%)
Mutual labels:  adobe
extendscript-starter
Starter project for extendscript-bundler + live reload capabilities
Stars: ✭ 26 (-29.73%)
Mutual labels:  adobe
ID-MultiPageImporter
Script for automating the placing (import) of PDF and InDesign files inside Adobe InDesign
Stars: ✭ 77 (+108.11%)
Mutual labels:  adobe
bypass-captcha-examples
Different complex captcha bypass examples: Steam, Netflix, Data Dome, Adobe, etc.
Stars: ✭ 62 (+67.57%)
Mutual labels:  adobe
xd-plugin-boilerplate
A boilerplate for plugins for Adobe XD CC including preconfigured linting, autocompletion and Webpack for bundling
Stars: ✭ 25 (-32.43%)
Mutual labels:  adobe

AdobeColorPicker

This is a rebuilt color picker for Adobe scripting.
Supporting all Adobe softwares such as PS,AI,AE and so on.

AE

Installation

Download the latest release.
You can import ColorPicker to your script in following two ways:

Use include (Suggested)

To use #include,you should specific the path to the colorPicker.js

#include './colorPicker.js'

To make production, don't miss the nice command File->Export as binary in ESTK

Copy and paste

Copy all lines in colorPicker.js, then paste them on the top of your code.

Simple as pie usage

var resultColor = colorPicker();
resultColor;
//The rgb Array you picked up,from [0,0,0] to [1,1,1];

Tip

The 4 editable text areas have shotcut keys:
press and to add/sub 1 , while with Shift to add/sub 10.

Input a default color

The default color is specified by new colorPicker(defaultColor)

The default color is to be preselected in the ColorPicker,as RGB,HEX and HSB,or [1,1,1] for the platform default.

Option Type Description
RGB Array From [0,0,0] to [1,1,1]
LargeRGB Array From [0,0,0] to [255,255,255]
Hex String From "000000" to "FFFFFF"
ShortHex String "F7C" which means "FF77CC"
HSB Array From [0,0,0,"hsb"] to [360,100,100,"hsb"]

Screenshot

PS

PS

AI

AI

AE

AE

ESTK

ESTK

Changelog

v2.0

  • Fix #12
  • Fix #11
  • Reduce 20% file size
  • Move prototype attr/method to function native attr/method
  • Make HSB field editable
  • Remember the location where ACP is closed
  • Remember the anchor location when bright went to 0
  • Fix error when bright field is NaN

v1.6

  • Back color wheel image to origin to avoid showing issue on Mac
  • Add static member for colorPicker function
  • Add options in constructor
  • Add small mode for palette and panel windows

v1.5

  • Fix crash when center point is clicked

v1.4

  • Get the point from colour & Reset the position of cursor
  • Much smoother moving with mouse pressed
  • Support RGB, Hex and HSB in constructor
  • Add support for short hex in hex field

v1.3

  • ACP runs much faster than before
  • Reduce 90% file size
  • Fix invalid hex causing crash

v1.2

  • No longer require the key-word 'new'
  • Add cursor
  • Better brightness control
  • Auto-highlights hex field on launch
  • Doesn't affect user's 'old colour' at all

v1.1

  • Reduce 33% size of colorPicker
  • Enable process for mouse-move when left mouse is pressed

v1.0

  • First release
  • Add support for all Adobe softwares
  • Add support for ESTK

v0.9

  • Add support for Adobe AfterEffects

Contributor

smallpath
zlovatt

Contribution

If you find a bug or want to contribute to the color picker,please submit an issue or send a pull request

License

The MIT license

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