MioKit.ColorToolkit 1.0.0

dotnet add package MioKit.ColorToolkit --version 1.0.0
                    
NuGet\Install-Package MioKit.ColorToolkit -Version 1.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MioKit.ColorToolkit" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MioKit.ColorToolkit" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="MioKit.ColorToolkit" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MioKit.ColorToolkit --version 1.0.0
                    
#r "nuget: MioKit.ColorToolkit, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package MioKit.ColorToolkit@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MioKit.ColorToolkit&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=MioKit.ColorToolkit&version=1.0.0
                    
Install as a Cake Tool

{"schema":"miokit.plugin-package","schemaVersion":1,"plugin":{"metadataVersion":"1.0","id":"miokit.color-toolkit","name":"颜色转换器","description":"# 颜色转换器\n\n在 MioKit 搜索框中直接输入颜色值,或使用 `color` 命令进入颜色作用域,实时预览、转换并分析常见颜色格式。\n\n## 快速开始\n\n- 直接输入颜色值(如 `#4CAF50`、`rgb(76, 175, 80)`);搜索框为空时会自动识别剪贴板中的颜色文本\n- 输入 `color` 后按宿主配置的 command 触发键附着到搜索框;也可输入 `/` 从作用域列表中选择「颜色转换」\n\n## 支持输入\n\n| 格式 | 示例 |\n| --- | --- |\n| HEX | `#4CAF50`、`#4CAF5080`(8 位按 AARRGGBB 解释) |\n| RGB / RGBA | `rgb(76, 175, 80)`、`rgba(76, 175, 80, 0.5)`,也支持 `76, 175, 80` 宽松写法 |\n| HSL / HSLA | `hsl(122, 39%, 49%)` |\n| HSV / HSB | `hsv(122, 57%, 69%)` |\n| CMYK | `cmyk(57%, 0%, 54%, 31%)` |\n| OKLCH | `oklch(0.55, 0.16, 135)` |\n| 命名颜色 | `red`、`dodgerblue`、`transparent` 等 20 种 |\n\n## 输出与分析\n\n一次输入同时得到 HEX、RGB、HSL、HSV、CMYK、HSI、LAB、OKLCH 八种格式,均可一键复制;RGBA 滑块可实时调整色值与透明度。内置颜色分析提供互补色、亮度(BT.601 感知亮度)、与黑/白的 WCAG 对比度以及推荐前景色。\n\n\u003e 注意:HSI 与 LAB 目前仅支持输出,暂不支持作为输入解析。","category":"Tools","author":"tinyisle","website":"https://www.tinyisle.cn/plugins/colortoolkit","icon":"Assets/icon.png","assembly":"MioKit.ColorToolkit.dll","minSdkVersion":"1.0.0","minHostVersion":"1.0.0","dependencies":[],"nugetDependents":[]}}

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0 85 8/8/2026