代码搜索结果

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

color-yellow.style

*! version 1.0.0 22dec2002 sequence 100 set rgb "255 255 0"

color-eggshell.style

*! version 1.0.0 22dec2002 sequence 1100 set rgb "255 251 240"

repository

video_compression_systems/common/color_space converters/rgb2ycrcb

repository

video_compression_systems/common/color_space converters/ycrcb2rgb

sunraster.h

/**************************************************************** * Purpose : Save final RGB image to disk using the * sunraster uncompressed format. * Author : Pier

sunraster.h

/**************************************************************** * Purpose : Save final RGB image to disk using the * sunraster uncompressed format. * Author : Pier

spi.c

//------------------------------------------------------------- //------------------------------------------------------------- #include "Config.h" #ifdef SUPPORT_DELTA_RGB #include "reg.h"

templatematcher.m

%模板匹配 function [maxHeight,maxWidth,MaxR] = templateMatcher(im_matched,im_template) if isrgb(im_matched) im_matched = rgb2gray(im_matched); end if isrgb(im_template) im_template = rgb

calendar.h

#ifndef _CALENDAR_H #define _CALENDAR_H #include "schedule.h" #define CUR_RGB MAKE_RGB(153, 204, 204) #define MAX_X_POS 7 #define MAX_Y_POS 6 #define UP

tgalib.h

#ifndef TGALIB_H #define TGALIB_H #include #include #define TGA_RGB 2 // This tells us it's a normal RGB (really BGR) file #define TGA_A 3 // This tells us it's