代码搜索结果
找到约 8,819 项符合
RGB 的代码
blndma.h
// SUNPLUS S+core IDE generated include file.
#ifndef JPEG_DECODER_BLNDMA_H_32757_32662__INCLUDED_
#define JPEG_DECODER_BLNDMA_H_32757_32662__INCLUDED_
void BLNDMA_YUV2RGB(void *SrcAddr, void *DstAd
wzcolornames.hxx
// automatically created from /usr/lib/X11/rgb.txt
// for inclusion into wzcolor.cxx
{255,250,250,"snow"},
{248,248,255,"ghost white"},
{248,248,255,"GhostWhite"},
{245,245,245,"white smoke"},
{
unpalette.h
#ifndef _UNPALETTE_H_
#define _UNPALETTE_H_
/* $Id: unpalette.h,v 1.7 2002/09/28 16:00:35 dfx Exp $ */
struct image;
/* Converts an image from some palette into rgb24 format.
* The image struct co
edu_imgpreprocess.m
function img = edu_imgpreprocess(I)
Igray = rgb2gray(I);
Ibw = im2bw(Igray,graythresh(Igray));
Iedge = edge(uint8(Ibw));
se = strel('square',3);
Iedge2 = imdilate(Iedge, se);
Ifill=
rightmenu.css
.MenuItemMouseOver
{
background-color:rgb(58,103,179);
cursor :pointer ;
height:20px;
width:80px;
font-size:9pt;
color:White;
}
.Menu
{
background-image:url(images/new/1232.p
vga_gen_46.v
// VGA DRIVER,640x480
// INPUT CLOCK=25MHZ
// OUTPUT RGB 2-BIT
module vga_gen_46(clk,h_sync,v_sync,red,green,blue);
//==================================
// base io define
input clk;
outpu
pango-color-table.h
/* pango-color-table.h: Generated by gen-color-table.pl from rgb.txt
*
* Date: Fri Mar 4 23:40:25 2005
*
* Do not edit.
*/
static const char color_names[] =
"alice blue\0"
"AliceBlue\0"
"
libmpeg3.h
#ifndef LIBMPEG3_H
#define LIBMPEG3_H
#ifdef __cplusplus
extern "C" {
#endif
#include "mpeg3private.h"
/* Supported color models for mpeg3_read_frame */
#define MPEG3_RGB565 2
#define
ibmrgb52x.c
/*
* IBMRGB52x.c:
*
* RAMDAC definitions for IBM's RGB52x PaletteDAC.
*
* Portion of this file is derived from XFree86's source code.
* [insert XFree86's copyright here].
*/
#include