RonnyDo / ColorPicker

A color picker for elementaryOS.
GNU General Public License v3.0
107 stars 28 forks source link

I need to color pick to a very specific format #20

Open Nine-H opened 7 years ago

Nine-H commented 7 years ago

I want to sample the RGB in floating points between 0 and 1. This is very useful for glsl. Thanks for the software.

vec3(0.##f, 0.##f, 0.##f);

^ like this, or just comma delineated.

RonnyDo commented 7 years ago

Hey, thanks for your input! I'll take it into consideration for the next release.