代码搜索结果

找到约 8,819 项符合 RGB 的代码

11.2 rgb颜色在线转换.htm

标题页 function showRGB(f) { //获取用户输入的RGB值 red = f.red.value; green = f.green.value; blue =

11.2 rgb颜色在线转换.htm

标题页 function showRGB(f) { //获取用户输入的RGB值 red = f.red.value; green = f.green.value; blue =

guitar240320_16rgb.h

#ifndef __GUITAR_16RGB_H__ #define __GUITAR_16RGB_H__ unsigned short pGuitar240320_16rgb[] = { 0x0821, 0x0021, 0x0020, 0x0000, 0x0021, 0x0021, 0x0021, 0x0021, 0x0021, 0x0021, 0x0021, 0x0021, 0x00

11.2 rgb颜色在线转换.htm

标题页 function showRGB(f) { //获取用户输入的RGB值 red = f.red.value; green = f.green.value; blue =

rgb2hsv_mex.c

#include #include "mex.h" /* Usage: A = rgb2hsv_mex(im) ----- Inputs ------ im Image (n x m x 3) double Ouputs ------- Z HSV

rgb2hsv_r.m

function hsv=rgb2hsv_r(rgb) r1=rgb(:,:,1); g1=rgb(:,:,2); b1=rgb(:,:,3); if isa(r1, 'uint8'), r1 = double(r1) / 255; elseif isa(r1, 'uint16') r1 = double(r1) / 65535;

guitar240320_16rgb.h

#ifndef __GUITAR_16RGB_H__ #define __GUITAR_16RGB_H__ unsigned short pGuitar240320_16rgb[] = { 0x0821, 0x0021, 0x0020, 0x0000, 0x0021, 0x0021, 0x0021, 0x0021, 0x0021, 0x0021, 0x0021, 0x0021, 0x00

function_lumchrom2rgb.m

function y=function_LumChrom2rgb(x,colormode) % Inverse color-space transformation ( forward transformation is function_rgb2LumChrom.m ) % % Alessandro Foi - Tampere University of Technology - 20