代码搜索结果
找到约 8,819 项符合
RGB 的代码
memory.h
#include
typedef double COLOR[3]; /* red, green, blue (or X,Y,Z) */
static COLOR **rgb_image;
static int width, height;
static double ***min_stack;
static double ***max_sta
image.h
#ifndef _IMAGE_H_INCLUDED_
#define _IMAGE_H_INCLUDED_
struct image
{
int bufsize;
int width, height;
unsigned char *buf;
};
struct RGB
{
char r;
char g;
char b;
};
struct image *image_new(in
color.js
/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */
YAHOO.util.Color = new function() {
// Adapted from http://www.easyrgb.com/math.html
// hsv values = 0 - 1
// rgb values 0 -
menu.cpp
//文字处理模块
//*********************************
//文字显示
void PrintText(LPDIRECTDRAWSURFACE Surf,int x,int y,char *Text,DWORD color=RGB(0,0,0))
{
HDC hdc;
Surf->GetDC(&hdc);
SetBkMode(hdc, TRAN
iopin.c
#include "ICETEK-C6713-A.h"
//////////////////////////////////////////////
// 1.在程序中"break point"注释行语句上加软件断点
// 2.看大图:菜单view->graph->Image:
// color space = RGB
// Start
iopin.c.bak
#include "ICETEK-C6713-A.h"
//////////////////////////////////////////////
// 1.在程序中"break point"注释行语句上加软件断点
// 2.菜单view->graph->Image:
// color space = RGB
// Start Addr