代码搜索结果

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

makefile

#!/bin/make # Uncomment to build for 555 format 16bpp system (565 default) RGB555=Y # Uncomment to build Nano-X version NANOXDIR=/usr2/home/greg/net/microwin/src GUIAPP=main_nx.c GUIINC=$(NANOXDIR)/

user_data.h

//#include "user_def.h" ////*RGB表*/ typedef struct tagRGBTRIPLE { //位图阵列格式定义 BYTE pRed; //定义红色 BYTE pGreen; //定义绿色 BYTE pBlue; //定义蓝色 } BGR[16][16],RGBTRIPLE; //构成一个3字节

sdl_maprgb.3

.TH "SDL_MapRGB" "3" "Tue 11 Sep 2001, 23:01" "SDL" "SDL API Reference" .SH "NAME" SDL_MapRGB\- Map a RGB color value to a pixel format\&. .SH "SYNOPSIS" .PP \fB#include "SDL\&.h" .sp \fBUint3

p0210.m

I=imread('Plane211.jpg'); I2=rgb2gray(I); imshow(I); figure,imshow(I2); figure,subplot(1,2,1),imshow(I); subplot(1,2,2),imshow(I2);

realtime.cpp

#include "stdafx.h" //#include //#include #include "RealTime.h" CALine::CALine() { m_nColor = RGB(0, 0, 0); m_nLineStyle = PS_SOLID; m_nLineWidth = 0; m_pVal

chengxu.c

/******************************************************************** 汇诚科技 实现功能:实现功能:对颜色传感器输出RGB 使用芯片:AT89S52 或者 STC89C52 得出数据后可到http://www.59178.com/tools/sejie.a

spartan3e.h

/* GIMP header image file format (RGB): /media/hdc5/spartan3a_projects/demo_system/dope-embedded/test/s3a_starter/spartan3a.h */ //static unsigned int width = 300; //static unsigned int height =

xilinx_logo.h

/* GIMP header image file format (RGB): /media/hdc5/spartan3a_projects/demo_system/dope-embedded/test/s3a_starter/xilinx_logo.h */ //static unsigned int width = 145; //static unsigned int height =

makebmp.c

/* * Copyright (c) 1999 Greg Haerr * * Framebuffer data to .bmp file converter * * 10/4/1999 g haerr */ #include #include #define BI_RGB 0L #define BI_R

snap_jpg.c

/* * snap_jpg - screen snapshot for Nano-X, jpeg format */ #include #include #include #include #include #include /* create RGB color