代码搜索结果
找到约 8,819 项符合
RGB 的代码
bmp.cpp
#include
#include "gl.h"
#define WININFOHEADERSIZE 40
/*#define BI_RGB 0
#define BI_RLE8 1
#define BI_RLE4 2
#define BI_BITFIELDS 3
typedef struct BI
yuvtbl.h
#ifndef __YUV_TABLES_H__
#define __YUV_TABLES_H__
const u16 y_for_rgb[256] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 1,
rotate.js
var ctx = document.getElementById('tutorial').getContext('2d');
ctx.translate(75,75);
for (i=1;i
fill1.js
var ctx = document.getElementById('tutorial').getContext('2d');
for (i=0;i
swtcolorpalette.java
package com.swtplus.widgets.combo.internal;
import java.util.ArrayList;
import org.eclipse.swt.SWT;
import org.eclipse.swt.graphics.RGB;
import org.eclipse.swt.widgets.Display;
import com.s
yuvtbl.h
#ifndef __YUV_TABLES_H__
#define __YUV_TABLES_H__
const __u16 y_for_rgb[256] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 1,
wingdi.h
#ifndef _WINGDI_H
#define _WINGDI_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif
#define WINGDIAPI
#define BI_RGB 0
#define BI_RLE8 1
#define
logosm.h
/* GIMP header image file format (RGB): eros/src/base/sys/console/logosm.h */
static unsigned int width2 = 75;
static unsigned int height2 = 94;
/* Call this macro repeatedly. After each use, th
yuvtbl.h
#ifndef __YUV_TABLES_H__
#define __YUV_TABLES_H__
const __u16 y_for_rgb[256] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 1,
colormanager.java
package org.drools.ide.editors;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import org.eclipse.swt.graphics.Color;
import org.eclipse.swt.graphics.RGB;
import