代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/368572/9686066
c dither.c
/* dither.c
* Dithering
* (c) 2000-2002 Karel 'Clock' Kulhavy
* This file is a part of the Links program, released under GPL.
*/
#include "cfg.h"
#ifdef G
#include "links.h"
#include "bits.h"
www.eeworm.com/read/366806/9798065
java negativefilter.java
// NegativeFilter.java
import java.awt.image.*;
public class NegativeFilter extends RGBImageFilter
{
public NegativeFilter ()
{
canFilterIndexColorModel = true;
}
publi
www.eeworm.com/read/415887/11049455
h texttool.h
#ifndef __TEXTTOOL
#define __TEXTTOOL
#define TEXT_BOTTOM_RIGHT 0
#define TEXT_BOTTOM_CENTER 1
#define TEXT_CENTER 2
#define TEXT_USER 3
#define TC_BLACK RGB(0,0,0)
#define TC_BLUE RGB(0,0,
www.eeworm.com/read/270032/11051343
pov test.pov
#declare Black=color rgb
#declare Red=color rgb
#declare White=color rgb
#declare Yellow=color rgb
#declare Blue=color rgb
camera{location direction
www.eeworm.com/read/269821/11076343
cpp splitterwnd.cpp
// SplitterWnd.cpp : implementation file
//
#include "stdafx.h"
#include "Chapter16.h"
#include "SplitterWnd.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE