Ant Design的调色板计算器
2021-10-13 16:42:15 8KB JavaScript开发-其它杂项
1
蚂蚁设计颜色 :artist_palette: 调色板计算器。 安装 $ npm install @ant-design/colors // or $ yarn add @ant-design/colors 用法 $ npm install @ant-design/colors --save import { red , volcano , gold , yellow , lime , green , cyan , blue , geekblue , purple , magenta , grey } from '@ant-design/colors' ; console . log ( blue ) ; // ['#E6F7FF', '#BAE7FF', '#91D5FF', ''#69C0FF', '#40A9FF', '#1890FF', '#096DD9', '#0050B3', '#003A8C', '#
2021-10-13 16:24:37 9KB TypeScript
1
利用c#简单的调色板,刚刚开始学,不一定很好
2021-10-13 10:22:02 38KB c#
1
虚拟视频调色板好用, CSDN下载频道仅提供交流平台,并不能对任何下载内容负责
2021-10-06 00:05:21 3.5MB 调色板
1
unity像ps一样的选色板demo,兼容所有unity版本,非常实用,下载加载就能使用。unity调色板
2021-09-14 13:50:33 10KB unity unity3d 调色板
1
matlab代码 m文件,用于生成饱和度和色调,亮度变化的调色板,简答实用,值得下载
2021-09-02 19:35:33 730B matlab 调色板
1
基于Qt 调色板 MinGw x64 qt5.14 除了取色功能,其他都有
2021-08-26 18:03:10 12KB qt5 调色板
1
借鉴了高手的代码后制作的 HSL调色板
2021-08-23 17:54:45 139KB C# 调色板 HSL取色器 GDI+
1
C#调色板取色器控件,自定义控件。类似Photoshop,效果请看此图:http://img.my.csdn.net/uploads/201207/18/1342599609_4295.png
2021-08-23 17:53:10 79KB C# GDI+ 控件 调色板
1
image2palette()将图像解析为L / a / b空间中的像素,并返回通过k-means方法聚类的主要颜色分量。 它还返回颜色和调色板的名称。 --- 用法示例 %% (1) 版本 1. 预定义图像nCluster = 4; imagefullpath = [密码, '\' 'football.jpg']; image2palette( nCluster, imagefullpath ); %% (2) 版本 2. 使用 GUI 句柄选择图像nCluster = 4; image2palette( nCluster ) 颜色标签参考: https : //en.wikipedia.org/wiki/Web_colors
2021-08-22 14:35:20 32KB matlab
1