이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Image Color Palette

설명

DemoDocumentationGitHub

Image Color Palette provides a simple utility to generate a color palette based on the dominant colors of an image. It also creates color schemes based on the image colors.

The colors can be copied to the clipboard and pasted in a color picker. When a registered block is selected the plugin permits applying the color to certain block attributes like text or background color.

Color schemes

Available schemes include:

  • Analogous
  • Monochromatic
  • Triad
  • Complementary
  • Lighter
  • Brighter
  • Darker
  • Desaturated
  • Saturated

Usage

Go to any post editor where the new Gutenberg editor is enabled.
Inside the Post editor on the right side of the top Toolbar the plugin icon/button should appear (if not, please read the FAQ below).
Click the icon/button to open the plugin sidebar.
Click the main button and the Media Library will open. Select an image and click the Select button.
A color palette will be created based on the colors of the image.
Click on any of the colors and a menu will appear.
The color can be copied to the clipboard (in HEX format) and pasted in the color picker of any block.
For supported blocks, the menu will display extra options to apply the color directly to the Block attributes.

Credits

Banner image belongs to Simone Hutsch.

스크린샷

  • Example use of palette generated colors.
  • Scheme select list.

설치

Installation from the WordPress admin.

  1. Log in to the WordPress admin and navigate to Plugins > Add New.
  2. Type “Image Color Palette” in the Search field.
  3. In the results list Image Color Palette plugin should appear, click Install Now button.
  4. Once it finished installing, click the Activate button.
  5. That’s it, now you can go to any post where Gutenberg is enabled and start using the plugin.

FAQ

I do not see the plugin icon in the post editor

Alternatively the Plugin can be opened from the Show More button (the 3 dots on the right side of the Editor Top Bar).
Click the More button and inside the menu list click on the plugin name “Image Color Palette”.

후기

2022년 7월 22일
Si le travail des couleurs est indispensable sur votre site, installer ce plugin! Super utile!
모든 2 평가 읽기

기여자 & 개발자

“Image Color Palette”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Image Color Palette”(이)가 2(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Image Color Palette”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

2.0.0

  • Major refactor
  • Updated dependencies
  • Minor fixes

1.5.0

  • Added linter for development
  • Updated dependencies
  • Minor fixes

1.4.2

  • Monochromatic scheme colors are now sorted by brightness.
  • Fixed small bug which recalculated color palette unnecessarily.
  • Fixed popover menu not appearing with the correct z-index.
  • Raised minimum WordPress version to 5.2 to make use of block-editor package.

1.4.1

  • Fixed bug where no version number was being added to the enqueues.

1.4.0

  • Added Color distance equation option.
  • Added more core block types to set it’s color attributes.
  • Added the filter “imageColorPalette.addBlockTypeColorAttributes” for developers to include their own block type attributes.
  • Updated the color menu UI.
  • Rebuilt code, migrated JavaScript to TypeScript.

1.3.1

  • Fixed block selected before plugin sidebar is open not passing attribute options to color menu.

1.3.0

  • Added new feature to paste the color automatically to the selected block color attribute (currently available for core blocks)
  • Added new popover menu when clicking on a color
  • Small fixes

1.2.0

  • Improved code base and interface
  • Organized UI in two tabs: Palette & Settings
  • The scheme can now be toggled directly from the Palette

1.1.0

  • Improved UX with better debouncing and better performance in color palette generation
  • Moved copied_color and copied_index out of store
  • Reorganized JavaScript components

1.0.0

  • Initial release.