代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/124443/6047641
cpp alertview.cpp
#include
#include
#include
#include "AlertView.h"
#include "Bitmaps.h"
AlertView::AlertView(BRect frame, char *name)
: BView(frame, name, B_FOLLOW_ALL, B_WILL_DRAW)
{
www.eeworm.com/read/123865/6057178
cpp drawgrindlgdlg.cpp
// DrawGrInDlgDlg.cpp : implementation file
//
#include "stdafx.h"
#include "DrawGrInDlg.h"
#include "DrawGrInDlgDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THI
www.eeworm.com/read/123865/6057386
h color.h
// Color.h
// Colorref's to use with your Programs
#define RED RGB(127, 0, 0)
#define GREEN RGB( 0,127, 0)
#define BLUE RGB( 0, 0,127)
#define LIGHTRED RGB(255, 0, 0
www.eeworm.com/read/113668/6126921
h color.h
/* $Id: color.h,v 1.22 2004/01/02 15:42:43 mbn Exp $
**
** ClanLib Game SDK
** Copyright (C) 2003 The ClanLib Team
** For a total list of contributers see the file CREDITS.
**
** This libr
www.eeworm.com/read/111374/6155004
c sdl_yuv_sw.c
/*
SDL - Simple DirectMedia Layer
Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga
This library is free software; you can redistribute it and/or
modify it under the term
www.eeworm.com/read/110980/6160582
h hsi.h
/**$6
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
www.eeworm.com/read/110972/6161652
c sdl_yuv_sw.c
/*
SDL - Simple DirectMedia Layer
Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga
This library is free software; you can redistribute it and/or
modify it under the
www.eeworm.com/read/110972/6162108
h xvid.h
#ifndef _XVID_H_
#define _XVID_H_
#ifndef _WIN32
#include
#endif
#ifdef __cplusplus
extern "C" {
#endif
// ==========================================
// global
// =========
www.eeworm.com/read/195747/6323227
c unpalette.c
#include
#include
#include
#include "unpalette.h"
#include "image.h"
static unsigned char citb(int);
static unpalettizer unpalette_yuv420p;
static unpalet
www.eeworm.com/read/493222/6398783
css webfxapi.css
/* This style sheet is used for WebFX Api pages */
a.helpLink,
a.helpLink:hover {
color: rgb(0,66,174);
border-bottom-color:rgb(0,66,174);
}
.help-tooltip {
width: auto;
}
.help-tooltip