代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/380134/2663473
theme blue.theme
Look=nice
TitleBarHeight=20
ColorNormalBorder="rgb:00/00/80"
ColorActiveBorder="rgb:00/00/A0"
ColorActiveTitleBar="rgb:00/00/A0"
ColorNormalTitleBar="rgb:A0/A0/A0"
ColorNormalButton="rgb:C0/C0/C0"
Co
www.eeworm.com/read/353832/3081365
h img_format.h
#ifndef __IMG_FORMAT_H
#define __IMG_FORMAT_H
/* RGB/BGR Formats */
#define IMGFMT_RGB_MASK 0xFFFFFF00
#define IMGFMT_RGB (('R'
www.eeworm.com/read/102363/15785380
css color1.css
a:link
{
color: rgb(102,102,0);
}
a:visited
{
color: rgb(153,51,0);
}
a:active
{
color: rgb(204,51,0);
}
body
{
color: rgb(0,0,0);
background-color: rgb(255,255,204);
}
h1
{
c
www.eeworm.com/read/259229/4345478
hx interpolationmethod.hx
package flash.display;
extern enum InterpolationMethod {
LINEAR_RGB;
RGB;
}
www.eeworm.com/read/396408/2419252
h img_format.h
#ifndef IMG_FORMAT_H
#define IMG_FORMAT_H
/* RGB/BGR Formats */
#define IMGFMT_RGB_MASK 0xFFFFFF00
#define IMGFMT_RGB (('R'
www.eeworm.com/read/334325/12611146
h img_format.h
#ifndef __IMG_FORMAT_H
#define __IMG_FORMAT_H
/* RGB/BGR Formats */
#define IMGFMT_RGB_MASK 0xFFFFFF00
#define IMGFMT_RGB (('R'
www.eeworm.com/read/378175/2689858
m example4_10.m
RGB=imread('hr.jpg');
HSV=rgb2hsv(RGB);
subplot(1,2,1);
subimage(RGB);
title('原图像');
subplot(1,2,2);
subimage(HSV);
title('变换后的图像');
www.eeworm.com/read/367675/2832802
m example4_10.m
RGB=imread('hr.jpg');
HSV=rgb2hsv(RGB);
subplot(1,2,1);
subimage(RGB);
title('原图像');
subplot(1,2,2);
subimage(HSV);
title('变换后的图像');
www.eeworm.com/read/144495/12787338
h xstatic.h
// xstatic.h : header file for CXstatic class
// (c) Dialogic corp 1995, 1996
//
#define RED RGB(255, 0, 0)
#define GREEN RGB(0, 255, 0)
#define BLUE RGB(0, 0, 255)
#define BLACK RGB(0,
www.eeworm.com/read/334226/3371723
exp image.exp
## The following functions need to have tests written for them:
# colormap
# gray
# image
# imagesc
# imshow
# ind2gray
# ind2rgb
# rgb2ntsc
# ntsc2rgb
# ocean
# rgb2ind
# saveimage