3.0.0 • Published 2 years ago

@phoenix-plugin-registry/sprintr.color-palette v3.0.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Brackets Color Palette

An extension for Brackets and Adobe Edge Code CC that lets you pick colors from images and paste into the editor.

Screenshot

Brackets Color Palette

Features

  1. Select color codes from images directly.
  2. Hex, RGB(a), HSL(a) are the available color models.
  3. Copy colors to clipboard instead of pasting in editor.

How To Install

  1. Open File > Extension Manager.
  2. Select Available Tab.
  3. Search for Brackets Color Palette.
  4. Install.

OR

Clone this repository in your extensions directory.

How To Use

  1. View an image in brackets.
  2. Right click on the filename in project tree and open Color Palette.
  3. OR: Click the palette icon in the toolbar.
  4. OR: Open Color Palette from View menu.
  5. OR: Press Alt+F6.
  6. Open your CSS file.
  7. Hover on the image and click on your desired colors from the image, the colors will be added to editor.

Third Party Tools

TinyColor A fast JavaScript color manipulation micro framework.

Licence

Copyright (c) 2014 Amin Ullah Khan

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.