ColorCop 是一款轻量级的屏幕取色工具,主要用于从桌面任意位置精准获取颜色数值。软件界面简洁、体积小巧,无需复杂配置即可使用,适合网页设计、UI 设计、前端开发以及图像处理等场景。通过内置的取色器和放大镜功能,用户可以快速捕捉像素级颜色,并以多种格式输出,提升工作效率。
截屏

功能摘要
- 屏幕取色:支持通过吸管工具从任意位置获取颜色
- 多格式输出:提供 HEX、RGB(整数/浮点)等多种颜色格式
- 放大镜辅助:内置放大镜窗口,便于精确选取像素
- Web 安全色检测:可判断颜色是否符合 WebSafe 标准
- 多像素采样:支持 1x1、3x3、5x5 像素平均取样
- 颜色转换:支持灰度转换、颜色反转等基础处理
- 剪贴板复制:一键复制颜色值,方便在代码或设计工具中使用
- 轻量便携:无需安装,占用资源低,适合随身携带使用
更新日志
https://github.com/ColorCop/ColorCop/releases/
feat(winget): add initial WinGet manifest scaffolding for ColorCop by @j4y in #263
feat(format): guard HSL RGB math with clang-format off/on to avoid pa… by @j4y in #264
refactor(math): replace kPi with std::numbers::pi and remove custom c… by @j4y in #265
refactor(flags): centralize sampling/color mode masks and remove inco… by @j4y in #266
feat(ui): disable complementary palette for grayscale colors by @j4y in #267
feat(ui): add tooltip for complementary palette to indicate missing c… by @j4y in #268
refactor(state): rename bMinimized to m_isTrayMinimized for clarity a… by @j4y in #269
fix(hsl): correct HSL lightness and saturation math and remove magic … by @j4y in #270
fix(darkmode): free uxtheme.dll module handle to prevent resource leak by @j4y in #271
fix(bmp-save): eliminate GDI/DC leak, replace LocalAlloc, and harden … by @j4y in #272
chore(deps): bump actions/checkout from 6 to 7 by @dependabot[bot] in #273
refactor(colorcop): simplify OnMouseMove logic and reduce complexity by @j4y in #257
feat(help): modernize help system, move accelerator loading, and clea… by @j4y in #258
refactor(colorcop): replace redundant zoom guard with assertion and c… by @j4y in #259
feat(color-math): replace magic numbers with named constants and impr… by @j4y in #260
feat(manifest): embed app.manifest and modernize DPI/compat settings by @j4y in #262
feat(security): enable SDL checks and Spectre mitigations for Debug a… by @j4y in #240
refactor(colorcopdlg): replace magic numbers with named CMYK constant… by @j4y in #241
fix(color): switch CMYK output to 0–100% range and clarify RGB invers… by @j4y in #242
docs(readme): add build, release, downloads, license, and winget badges by @j4y in #243
refactor(colorcop): replace RangeCheck with std::clamp and remove leg… by @j4y in #244
refactor(colorcop): replace UpdateData(TRUE) with GetDlgItemInt in RG… by @j4y in #245
feat(security): enable CFG and SafeSEH in Win32 build by @j4y in #246
refactor(ui): centralize eyedropper cursor selection and remove redun… by @j4y in #247
refactor(sampling): fix flag checks and unify sampling‑mode switching… by @j4y in #248
feat: modernize hex‑case normalization and limit UI updates to hex field by @j4y in #249
refactor(colorcop): move entire project into ColorCop/ subdirectory by @j4y in #252
fix(build): write version.h and version.iss to ColorCop subdirectories by @j4y in #253
docs: refine README and add generated version files to gitignore by @j4y in #254
chore: remove legacy Release.dat artifact from project by @j4y in #255
feat(theme): introduce dark mode support with owner‑drawn controls and themed status bar by @j4y in #256
chore(ci): remove push and manual triggers to prevent lint running twice by @j4y in #234
build(security): turn on ASLR and DEP in linker settings for Win32 ta… by @j4y in #236
fix: use AdjustWindowRectEx to compute collapsed size by @j4y in #237
refactor: clean up SetupSystemMenu formatting and modernize pointer u… by @j4y in #238
feat(ui): display HSV values via dynamic tooltip on color preview by @j4y in #239
fix(menus): restore CCmdUI updates for dialog-based menu handling by @j4y in #205
feat(workflow): add draft Microsoft Store publishing workflow by @j4y in #206
fix(readme): correct typos, spacing, and wording in documentation by @j4y in #208
chore(changelog): add Keep a Changelog–style CHANGELOG.md with full h… by @j4y in #209
style(colorcopdlg): reduce variable scope and clarify grayscale conve… by @j4y in #210
fix: clamp zoom level on load and replace remaining raw HWND usage wi… by @j4y in #211
feat(store): improve submission API debugging with full HTTP status a… by @j4y in #212
fix(store): include empty JSON body to satisfy API and prevent 411 error by @j4y in #213
refactor: introduce local zoom/UI constants and replace magic numbers by @j4y in #214
refactor: modernize file headers and clean up outdated comments by @j4y in #215
refactor(ColorCopDlg): streamline OnLButtonUp state resets and comments by @j4y in #216
chore(format): replace clang-format config with MFC-safe rules and di… by @j4y in #217
style: apply consistent formatting to ColorCop sources and .clang-format by @j4y in #218
refactor: replace wndTopMost with HWND_TOPMOST and modernize ToggleOnTop by @j4y in #219
fix(color-modes): remove incorrect XOR checks and centralize mode swi… by @j4y in #220
fixup by @j4y in #221
refactor: clean up websafe snapback logic and rename state flag by @j4y in #222
refactor(label): replace C-style casts with C++ casts by @j4y in #223
refactor(cmyk): eliminate shadowed RGB locals in UpdateCMYKFromRGB by @j4y in #224
refactor(magnifier): centralize default zoom level and remove redunda… by @j4y in #225
chore(build): simplify build output and remove noisy version logging by @j4y in #226
feat(colorcop): normalize numeric types, remove narrowing, and centra… by @j4y in #227
feat(colorcop): eliminate shadowed strStatus to resolve C4456 warning by @j4y in #228
last-warning by @j4y in #229
fix: use CString::GetString() in TRACE calls by @j4y in #230
Bring existing instance to foreground by @j4y in #231
docs(changelog): add 5.5.12 release notes with fixes, changes, and ne… by @j4y in #232
下载地址
ColorCop 5.5.16 中文汉化版
https://pan.quark.cn/s/e1c928d42a6a
https://osssr.lanzoum.com/b0rb3ka7e
https://www.123pan.com/s/uhN9-VcRD
https://url20.ctfile.com/d/12493720-162823586-9796c6?p=osssr 密码: osssr
OSSSR.COM





评论前必须登录!
现在注册