代码搜索结果

找到约 5,749 项符合 RGB 的代码

texttool.h

#ifndef __TEXTTOOL #define __TEXTTOOL #define TEXT_BOTTOM_RIGHT 0 #define TEXT_BOTTOM_CENTER 1 #define TEXT_CENTER 2 #define TEXT_USER 3 #define TC_BLACK RGB(0,0,0) #define TC_BLUE RGB(0,0,

example4_8.m

RGB=imread('flowers.tif'); [x,y,z]=sphere; %定义球面 warp(x,y,z,RGB)

example4_12.m

RGB=imread('hr.jpg'); YCbCr=rgb2ycbcr(RGB); subplot(1,2,1); subimage(RGB); title('原图像'); subplot(1,2,2); subplot(1,2,2); subimage(YCbCr); title('变换后的图像');

example4_10.m

RGB=imread('hr.jpg'); HSV=rgb2hsv(RGB); subplot(1,2,1); subimage(RGB); title('原图像'); subplot(1,2,2); subimage(HSV); title('变换后的图像');

example4_11.m

RGB=imread('hr.jpg'); YIQ=rgb2ntsc(RGB); I=YIQ(:,:,1); subplot(1,2,1); subimage(RGB); title('原图像'); subplot(1,2,2); subimage(I); title('变换后的图像');

example3_3.m

RGB=imread('flowers.tif'); image(RGB)

example5_3.m

%顶点坐标为(40 , 50) , (40 , 250),(240,50)和(240,250)。 RGB=imread('flowers.tif'); imshow(RGB); RGB2=imcrop(RGB,[40,50,200,200]); figure,imshow(RGB2);

sliderwidgetdemo.lua

-- Scrollbar BaseScrollbar = { Properties = { scrollfillcolor = Color.rgbp(255, 255, 255, 50); scrollhandlecolor = Color.rgb(102, 102, 102); scrollcolor = Color.none;

widgettest.lua

-- Scrollbar BaseScrollbar = { Properties = { scrollfillcolor = Color.rgbp(255, 255, 255, 50); scrollhandlecolor = Color.rgb(102, 102, 102); scrollcolor = Color.none;

w3cam.css

/* w3cam example CSS style file */ BODY { background: #f0f0f0; color: #0f0f0f; margin-top: 0.4em; margin-left: 0.2em; } A { text-decoration: underline; } A:link { color: rgb(040,040,238) } A: