代码搜索结果
找到约 8,819 项符合
RGB 的代码
vga_controller.v
module VGA_Controller( // Host Side
iCursor_RGB_EN,
iCursor_X,
iCursor_Y,
iCursor_R,
iCursor_G,
iCursor_B,
iRed,
iGreen,
iBlue,
oA
vga_controller.v
module VGA_Controller( // Host Side
iCursor_RGB_EN,
iCursor_X,
iCursor_Y,
iCursor_R,
iCursor_G,
iCursor_B,
iRed,
iGreen,
iBlue,
oA
texload.c
/* texture.c - by David Blythe, SGI */
/* texload is a simplistic routine for reading an SGI .rgb image file. */
#include
#include
#include
#include "texl
internal_bfin.s
/*
* Copyright (C) 2007 Marc Hoffman
* April 20, 2007
*
* Blackfin video color space converter operations
* convert I420 YV12 to RGB in various format
invertfilter.java
// InvertFilter.java
// InvertFilter is an ImageFilter that inverts a
// BufferedImage's RGB color values.
package com.deitel.advjhtp1.java2d;
// Java core packages
import java.awt.image.*;
four corners
Flag
1179415401 0
1179415400 0.000
1936877416 90.000
1179416420 28.000
1179413871 26.000
1179411311 X X X X
1181500268 RGB: 0.0% 0.0% 0.0% (0 0 0)
1131312242 73.000
1281845316 126.000
13829
20000605-1.c
typedef struct _RenderInfo RenderInfo;
struct _RenderInfo
{
int y;
float scaley;
int src_y;
};
static void bar(void) { }
static int
render_image_rgb_a (RenderInfo * info)
{
int y, ye;
20000605-1.c
typedef struct _RenderInfo RenderInfo;
struct _RenderInfo
{
int y;
float scaley;
int src_y;
};
static void bar(void) { }
static int
render_image_rgb_a (RenderInfo * info)
{
int y, ye;
bit2xes.c
//
// Bitmap to XESS XES File format converter
//
// compiled with Dev-C++
//
#include
#include
#define BI_RGB 0 // No compression
#define BI_RLE8
client.cpp
// client.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "..\this.h"
#include "..\this_i.c"
const long rgbRed = RGB(0, 255, 255);
void CreateRed