FineFindus / eyedropper

Pick and format colors
https://apps.gnome.org/Eyedropper
GNU General Public License v3.0
260 stars 26 forks source link

Blender Color Copy/Paste Support #112

Open bbb651 opened 8 months ago

bbb651 commented 8 months ago

Is your feature request related to a problem? Please describe. I'm trying to integrate Eyedropper into my workflow with Blender by directly pasting colors to Blender (i.e. hovering the cursor over a cursor and pressing ctrl+v), but I get the following error: Paste expected 4 numbers, formatted: '[n, n, n, n]'

Describe the solution you'd like Blender except the following color format: [r, g, b, a] where the components are normalized (0.0 <= r, g, b, a <= 1.0) and the color space is Linear RGB, for example 50% gray is [0.214041, 0.214041, 0.214041, 1.000000]. I think the easiest way to allow for this would be to add a Linear RGB color format, preferably with [r, g, b, a] as the default to be compatible with blender out of the box.

Describe alternatives you've considered You can copy as hex, open the color picker, select the hex tab and paste it there. Also a recent new version of Blender let you pick colors from the screen directly with the color picker tool, but it's only available on windows currently.

Information