Alkalmazások / ToolSet - Color Picker
Leírás
A Színkeverő a Photoshop beépített színkeverőjének mintájára készült különálló program. A színkeverés mellett mintát is tud venni a képernyő bármely pontjáról. Különösen hasznos webfejlesztésnél.
Támogatott formátumok
- HSL
- HSV/HSB
- RGB egész szám (8-bit, csatornánként)
- RGB lebegőpontos (0 és 1 közötti tört számok)
- Hexadecimális
- Integer (Little Endian byte sorrend)
A fő színmódok (RGB, HSL és HSV/HSB) mind 3 csatornán értelmezik a színeket. Ezt a 3 csatornát a négyzetes mező (2D) és a függőleges csúszka (1D) jeleníti meg. Hogy a függőleges csúszkán melyik csatorna legyen, azt az egyes beviteli mezők előtti választógombbal lehet állítani.
Nézet menü
Itt lehet kapcsolni a HSL és a HSV/HSB mód között, mivel egyszerre csak az egyik színmód lehet aktív.
Továbbá ugyanitt elrejthetőek a nem használt szín formátumok.
Mintavételezés a képernyőről
A Shift + Ctrl gomb lenyomása mellett mintát vesz az kurzor alatti színből. A Beállítások menü alól változtatható a minta mérete, ilyenkor 1 pixelnél nagyobb mintánál átlagot számol. Továbbá ugyanitt teljesen ki is kapcsolható az egész funkció. Videó lejátszók és 3D-s tartalom esetén előfordulhat, hogy a mintavételezés során csak fekete színt talál.
Másolás menü
Innen a vágólapra helyezhető egyszerre több színcsatorna értéke is, előre megformázva egy minta alapján. Ezekből a mintákból elérhető néhány gyárilag is, de magadnak is hozzáadhatsz újakat a Minták szerkesztése menüpont alatt.
Például ez a minta a HSL színkódhoz, amit a LESS CSS is használ: hsl({hsl.H}, {hsl.S}%, {hsl.L}%), ez a sárga szín esetében erre fordul le: hsl(60, 100%, 50%)
Visszavonás menü (előzmények)
Felsorakoztatja a legutolsó 12 kikevert színt.
Beállítások menü
Az aktuális színt mutató minta körüli keret színe megváltoztatható feketére, fehérre, vagy az éppen aktuálisan kiválasztott színre.
- Windows 7 / 8 / 10
- Microsoft .NET-keretrendszer 4.7
Planned features:
- Make sampling hotkeys re-programmable
2.8
- Fixed color sampling on scaled displays.
2.7
- Added option to change color sampling size from 1px through 31x31 pixels. Result will be a gauss average.
- Window position is remembered between sessions.
- Fixed "lightness" label in the Edit Formats menu.
- Updated German localization.
v2.6
- Added installer, so shortcuts can be added automatically to Start Menu and Desktop.
- Added checks to prevent running multiple instances of the app.
- Default color is now red again.
- Integer field is hidden by default.
- Changed AppData folder name to match default installation folder name. (Your previous settings will be reset.)
v2.5
- Added support for HSL and made it default.
- Added View menu to switch between HSL and HSV modes, and also to be able to hide Hex and Integer fields.
- Changed internal color format to HSL, so all your color history will be deleted upon starting this version.
- Added HSL copy option for CSS (requires deletion of config files).
- Added error handling for update check.
- Dropped code obfuscation.
- Discontinued German localization.
v2.4
- Added support for 3 digit hexadecimal numbers like in CSS.
- Text in input fields autoselected on focus.
- Input field value check added for pasting (both for Ctrl+V and context menu paste).
- Input fields no longer switch to zero when empty.
- Restored Ctrl+A on input fields.
- Can paste hexadecimal number starting with # prefix.
- Added "#{hex}" to default copy formats.
- Made 'Always on top' on by default.
- Removed flags from the languages because flags stand for nations, not language.
- Major refactor on the code.
v2.3
- Added editor for copy formats.
- Added double precision floating point copy template as default.
- Changed Lucida Console to Consolas. (Consolas is part of Windows since Vista)
- Added hotkeys for the settings menu items.
- Now using the new Web API for version checking.
- New icon.
v2.2
- Added color history.
- Fixed crash when input field is empty and user tries to increment or decrement using the arrow keys.
- Color sampling now disabled in minimized state.
- Color sampling now binded to Shift + Ctrl keys.
- Color sampling can be switched off.
2.1
- Vertical bar displayed wrong color in Brightness and Value mode.
- Fixed tab index.
2.0
- Completely rewritten in C# with Microsoft .NET Framework 4.0.
- "Render quality" option is dropped due to highly optimized rendering.
- Using the new Common Interface class for common stuff like language setting, version check.
- Added 0.0 to 1.0 float RGB input/output.
- Added copy to clipboard options for copying RGB values in one go, preformatted as input values for functions or arrays.
- Added border around the sample color, with changeable color.
- Added option for the window to always appear on top.
- Color sampling no longer lag.
1.3
- Changed the font of the title and updated the VB logo.
- Language and website buttons now have rollover effect.
v1.2
- Memory-leak fixed when sampling color from the screen, and also a slight performance improvement as a result.