RobArt Colour Collector

Popis

A personal colour library that lives in WordPress. Sample colours from anywhere on your screen, organise them into swatches, and reuse the hex wherever you work. This is not for your site’s palette — it’s for yours: the colours you keep coming back to, wherever you happen to be building.

A small floating dock rides along wherever you edit in WordPress. Click its eyedropper and pick a colour from anywhere on screen — then click a saved colour to copy its hex, ready to paste into the block editor, a colour field, or your CSS.

Capture

  • Click the eyedropper on the floating dock and pick a colour. In Chrome and Edge the browser’s built-in eyedropper samples any pixel on screen, even outside the browser window; Safari and other browsers open the system colour picker instead.
  • The picker is sticky — after each pick it re-arms, so you can collect several colours in a row. Click the eyedropper again or press Esc to stop.
  • Every captured colour is auto-named from a built-in name list, so it arrives labelled.

Add by hex

  • An Add-colour form (and inline edit) with a hex field, a live colour preview, and a system colour-picker block that all stay in sync.
  • Type a hex, pick from the OS picker, or edit an existing colour’s name and hex together.

Organise

  • Colours live in swatches — a swatch is a named group of colours, each with an optional note.
  • A pinned Main swatch to start; add your own.
  • Rename, note, merge or delete a swatch from its settings cog.
  • A full Swatches admin page mirrors the dock: one tab per swatch, and each colour is a row with a colour square, its name and hex, plus copy-hex / edit-in-place / print / delete.

Reuse

  • Click a colour to copy its hex to the clipboard, ready to paste into the block editor, a colour field, or your CSS.

Your colours are stored only in your own site’s database. There are no external services in the free plugin.

Free vs Pro

The free plugin is the whole capture organise reuse workflow, in full: the dock, the eyedropper, add-by-hex, unlimited swatches, auto-names, notes and copy-hex.

Pro adds hands-on tools for a growing library:

  • Scan an image for its colours — arm the scan tool on the dock, click any image on the page, and the plugin pulls out its dominant colours as ready-to-save swatches. It runs entirely in your browser; no image is ever uploaded.
  • Search and filter your colours.
  • Alt-drag to reorder swatches and colours.
  • Export a swatch as CSS custom properties, CSV, or a swatch file.

Pro is a one-time purchase (it includes every version 1.x update). The Pro add-on is what talks to the licence server; the free plugin never does.

A note on the licence server (Pro only)

The free plugin makes no external calls. The paid Pro add-on validates your licence key with the author’s licence server at robsnow.eu (which in turn checks Lemon Squeezy). It sends only your licence key and your site URL, and only when you activate, deactivate, or during a periodic re-check. See the author’s site for the privacy policy and terms.

External Services

The free plugin makes no external requests — your colours are stored only in your own site’s database.

The paid RobArt Colour Collector Pro add-on (a separate download, not part of this free plugin) validates your licence key with the author’s licence server so Pro features can be unlocked on your site. This applies only if you install the Pro add-on and enter a key.

  • Service: RobArt / WPRobarts licence server at robsnow.eu, which in turn verifies the licence with Lemon Squeezy (the payment processor).
  • What is sent, and when: your licence key and your site URL — sent only when you activate a licence, deactivate it, or during a periodic background re-check of an active licence. No personal data, and nothing about your colours, is ever sent.
  • Why: to confirm the licence is valid and tied to your site, and to release Pro updates to licensed sites.
  • Terms & privacy: see the author’s site at https://robsnow.eu/ for the privacy policy and terms of service, and Lemon Squeezy’s policies at https://www.lemonsqueezy.com/privacy and https://www.lemonsqueezy.com/terms .

Support

Questions, bug reports and feature requests are welcome on the plugin’s support forum on WordPress.org. Documentation and guides are available at https://robsnow.eu/plugins-wordpress-development/ .

Uninstall

Deleting the plugin from the Plugins screen removes all of its data: your swatches and colours (the plugin’s two custom tables), its settings and licence record, its transients, and the per-user „Main swatch“ reference. Deactivating the plugin keeps everything — only Delete removes data.

Snímky obrazovky

Instalace

  1. Upload the plugin to /wp-content/plugins/robart-colour-collector, or install via the Plugins screen.
  2. Activate it through the Plugins menu in WordPress.
  3. Open the RobArt Colour Collector menu and configure it on the Settings page.

Nejčastější dotazy

Where are my colours stored?

In your own site’s database, private to your WordPress user account. Nothing is sent anywhere — the free plugin makes no external calls.

Does the eyedropper work in my browser?

In Chrome and Edge it uses the browser’s built-in eyedropper, so you can sample any pixel on screen, even outside the browser window. Safari and other browsers don’t offer that, so the dock opens the system colour picker instead — you still capture a colour, just from the OS picker rather than by pointing at a pixel.

Can I add a colour by hex?

Yes. The Add-colour form (and inline edit) has a hex field, a live colour preview and a system colour-picker block that all stay in sync — type a hex, pick from the OS picker, or edit an existing colour’s name and hex together.

Can I pull the colours out of an image?

Yes, with Pro. Click the scan tool on the dock to arm it, then click any image on the page — a small panel shows that image’s dominant colours, and you can add any of them (or all) to your active swatch. It works on any image the dock can see: media, screenshots, theme thumbnails. The analysis happens entirely in your browser — nothing is uploaded. (Images loaded from another website can’t be read by the browser for this, so it works on images hosted on your own site.)

What’s the difference between Free and Pro?

Free is the complete capture organise reuse workflow — the dock, the eyedropper, add-by-hex, unlimited swatches, notes and copy-hex. Pro adds scanning an image for its dominant colours, search/filter, Alt-drag reordering, and export as CSS custom properties, CSV or a swatch file. Pro is a one-time purchase that includes every version 1.x update.

Is there a limit on how much I can collect?

A swatch holds up to 60 colours, which keeps the dock tray and swatch list quick to scan; you can make as many swatches as you like. If you’d rather set your own ceiling, both are filterable — see racc_colours_per_swatch_cap and racc_swatches_cap.

Who can see the Colour Collector menu?

Anyone who can edit content (the edit_posts capability), so editors reach their colours too — not just administrators. Only administrators see the Settings page.

Recenze

Pro tento plugin nejsou žádné recenze.

Autoři

RobArt Colour Collector je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

Přehled změn

0.5.4

  • Hardened: swatch and colour table names are now resolved from a fixed internal list rather than assembled, so a database query can only ever address this plugin’s own two tables.
  • Removed: a database check that inspected a table named by a filter — it now only ever looks at this plugin’s own table.
  • Hardened: the settings form is cleaned in full the moment it arrives, before any part of the plugin reads it.
  • Hardened: every action the plugin answers now re-checks your permission and the request’s origin in place, rather than relying only on a shared check.

0.5.3

  • Removed: the swatch and colour ordering helpers, which were unreachable in this plugin — nothing here could ever call them. Manual ordering is provided in full by the separate Pro add-on, and this plugin now carries none of its code.
  • Removed: the setup wizard’s Licence step. This plugin has no licence mechanism, so the step had nothing to do; the Pro add-on adds it when installed.
  • Removed: the export-format and column preferences, which nothing in this plugin read — CSV and RTF export belong to the Pro add-on, which now stores its own preferences. Plain-text export is unchanged and still free.
  • Fixed: the setup wizard header showed a placeholder icon instead of the Colour Collector mark.

0.5.2

  • First public release.
  • Sample a colour from anywhere on screen with the eyedropper, or add one by hex, and it lands in the floating dock.
  • Organise colours into swatches with names, colour tags and notes; drag a colour onto another swatch to move it.
  • Click any colour to copy its hex straight to the clipboard, ready for the block editor, a colour field or your CSS.
  • Swatches page: one tab per swatch, with copy, edit-in-place, print and delete on every colour, and print, download and delete on the swatch itself.
  • Dashboard with live stats and a Getting Started guide; a guided first-run welcome.
  • Every colour is private to your own account.
  • Pro adds: Scan an Image (pull the dominant colours out of a picture, entirely in your browser — the image is never uploaded or saved), search and filter, Alt-drag reordering, and CSS/CSV/RTF export.