搜索资源列表
color
- java写的调色版,根据rgb值来设置颜色
ColorJpane
- 用Java语言实现RGB与CMYK色彩空间的转换-Java language RGB and CMYK color space conversion
RGBTOCMYK
- 用Java语言实现RGB与CMYK色彩空间的转换-Java language RGB and CMYK color space conversion
java200
- onBlur:当失去输入焦点后产生该事件 onFocus:当输入获得焦点后,产生该文件 Onchange:当文字值改变时,产生该事件 Onselect:当文字加亮后,产生该文件 <input type="text" value="郭强" 郭强 ) {value= }" (value== ) {value= 郭强 }">点击时文字消失,失去焦点时文字再出现 2.网页按钮的特殊颜色 <input type=button value="
Raw565
- mtk 第一屏logo to rgb颜色代码 留着备用 Tt-mtk first screen logo to rgb color code to keep spare Tt
ColorUtil
- A simple object to store a color and perform Hex/RGB conversions. methods included ColorSetRGB - ColorGetHex RGBToHex(r, g, b) hexToRGB(hex) ColorBlend(colorFrom, colorTo) ColorBlendGetColor(alpha) ColorBlendToString() -A simple ob
PhotoDecompose
- Java code for opening an image and extracting its RGB components. Each color channel is saved to a separate text file.
ColorChooserDemo
- java 顏色選擇器,實做了java的顏色選擇,並可自訂選取顏色,也可以選擇RGB或HSB模式。-java color chooser
downloadfromcsnshwk1
- These files consist of readme. It is project for a class. Consists of image.java, the main class, and pixel.java.. to represent ppm image file, and will convert rgb color to grey scale-These files consist of readme. It is project for a class. Consist
Color-Tuner
- this code is for tuning color in Red Green Blue (RGB) format. it will appear in the small window and we can adjust color between range number 0 until 2-this code is for tuning color in Red Green Blue (RGB) format. it will appear in the small wind
ColorPanel
- Java 调色板源码,包含“样本”、“HSB”、“RGB”三中选色方式。-Java source palette containing " samples" , " HSB" , " RGB" three-color mode selected.
Color
- 本程序为一个调色的小程序 以RGB值不同显示出各种颜色 方向键和数字键1、2控制RGB的增减 数字键3显示模式(填充、边框) 数字键4随机一个颜色 数字键5,6显示动画 回车,然后键入3个0~255的数字空格隔开,再次回车-The program a palette applet RGB values shows the variety of colors the arrow keys and numeric
rgb
- 网页配色源码,css等做网页是非常实用,方便的找到你想要的颜色对应的代码-Page color code, css, etc. do web is very practical and convenient to find the color you want the corresponding code
JAva_palette
- Java调色板程序,尽管 javax.swing 包中提供了JColorPane 来设置颜色,但某些情况下可能必须自定义一个调色板 来设置颜色。其实,这样的实现并不困难,本例将演示一个基于RGB 的调色板程序,其效果如上图所示。当调节各个代表不同颜色数值的JSlider 滑块组件时,窗口上部的颜色将随之变化。 -Java palette program, despite the javax.swing package provides JColorPane to set the c
jcolor
- Java调色板程序,尽管 javax.swing 包中提供了JColorPane 来设置颜色,但某些情况下可能必须自定义一个调色板 来设置颜色。其实,这样的实现并不困难,本例将演示一个基于RGB 的调色板程序,其效果如上图所示。当调节各个代表不同颜色数值的JSlider 滑块组件时,窗口上部的颜色将随之变化。-Java palette program, despite the javax.swing package provides JColorPane to set the colo
rgbzhgj_v1.0
- 软件介绍 RGB转16进制工具具用于将RGB颜色值转换为十六进制字符串,工具使用简单,你只需要在以下三个输入框:红(R)、绿(G)、蓝(B)中输入RGB的颜色值及会自动回转换十六进制的字符串。-Software introduction RGB turn 16 hex tool for converting the RGB color value to sixteen hex string, the tool uses a simple, you only need to enter t
-Java-code-for-mixing-up-RGB-color-and-moving-of-
- Java code for mixing up RGB color and moving of line
ClearColor
- HTML, RGB and HLS color code converter
MyView
- 基于Eclipse开发的安卓APP,具有RGB三原色选色功能,自动生成三原色RGB值(Android APP based on Eclipse, with RGB trichromatic color selection function, automatic generation of tricolor RGB value)
16转rgb
- 将16进制颜色转换为RGB颜色 例如 #FFFFFF到255,255,255(Convert the 16 color color to RGB color for example #FFFFFF to 255,255,255)