Integrated Color Picker for Visual Studio IDE and Editor
C, C++ 2019. 7. 5. 15:46 |Color Picker will be very useful if you are working as a Web Developer or UI designer, who mainly uses Visual Studio for the day to day assignments. This tool provides a color tool window, color swatcher in the editor.
This tool offers the below options,
- Highlight colors in Visual Studio Document Editor (".css", ".scss", ".less", ".asp", ".aspx", ".htm", ".html", ".cshtml", ".vbhtml", ".xaml" are enabled by default), Additional Parsing, Customize using Tools-Options-ColorPicker.
- Edit color using double click from any enabled file (editor)
- Insert colors to any active text document
- Color Selection from Color Canvas.
- Color Selection from Available Colors.
- Color Selection from Standard Colors.
- Color Selection from Saved Colors.
- Color Selection using Eyedropper.
- Copy\Paste Color codes (Name, #HEX, rgb, rgba, hsl, hsla, hsb\hsv, cmyk). rgb and rgba are offered in different formats
- Selected colors Tints & Shades.
- Color code comparison of Orginal and New.
Visual Studio에서 원하는 색상 코드를 확인 할 수 있는 Extenstion 입니다.
색깔의 이름으로 검색하거나 코드를 색깔로, 색깔을 코드로 변환할 수도 있고 찾은 색을 저장 하거나 소스 코드에 바로 삽입하는 등의 기능이 지원 됩니다.
Tools - Extensions and Updates...
Click 'Online' tab and search 'color picker'.
Close Visual Studio.
Click 'Modify' button on VSIX installer.
It starts installing.
Click 'Close' button.
Tools - Color Picker
Click 'Color Eyedropper'. Or you can enter any name of the colors into the edit box, e.g., red, blue, green, or etc.
Move the mouse cursor and click on the color you want.
Color Picker shows the color and its codes.
You can change the format by clicking on the code format.
Click the check button and insert the color code into your source.
Tools - Options...
Color Picker - General - You can change options.
'C, C++' 카테고리의 다른 글
Sending a keyboard input 키 입력 보내기 (0) | 2019.10.27 |
---|---|
How to set default arguments in a friend function - friend 함수 디폴트 매개 변수 설정 (0) | 2019.07.21 |
How to open a command prompt on the project's path in Visual Studio (2) | 2019.07.03 |
How to make a game save file editor 간단한 게임 에디터 만들기 (1) | 2019.06.30 |
Qt 스프라이트 애니매이션 (0) | 2019.02.21 |