代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/109074/15564767
cpp gfun.cpp
#include "StdAfx.h"
DWORD GetChatColor(BYTE bIdx)
{
DWORD dwClr = 0;
switch ( bIdx )
{
case _CHAT_COLOR1: dwClr = RGB( 0, 0, 0); break;
case _CHAT_COLOR2: dwClr = RGB( 10, 1
www.eeworm.com/read/108589/15583327
cpp item.cpp
/******************************************************************************************************************
www.eeworm.com/read/108589/15583383
cpp gfun.cpp
#include "StdAfx.h"
DWORD GetChatColor(BYTE bIdx)
{
DWORD dwClr = 0;
switch ( bIdx )
{
case _CHAT_COLOR1: dwClr = RGB( 0, 0, 0); break;
case _CHAT_COLOR2: dwClr = RGB( 10, 1
www.eeworm.com/read/106478/15635596
cpp xpbutton.cpp
// XPButton.cpp : implementation file
//
#include "stdafx.h"
#include "XPButton.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//////
www.eeworm.com/read/105663/15661851
h grafxmisc.h
#ifndef GRAFXMISC_DOT_H
#define GRAFXMISC_DOT_H
int camserv_get_pic_mean( int width, int height, const unsigned char *buffer,
int is_rgb, int startx, int starty, int endx,
int endy );
int c
www.eeworm.com/read/104466/15691496
c rotozoom.c
/*
* Generates a synthetic YUV video sequence suitable for codec testing.
* GPLv2
* rotozoom.c -> s.bechet@av7.net
*/
#include
#include
#include
#define FIXP (1
www.eeworm.com/read/104466/15691525
c null.c
/*
* Null Video Hook
* Copyright (c) 2002 Philip Gladstone
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* Licen
www.eeworm.com/read/104466/15691583
h imgconvert_template.h
/*
* Templates for image convertion routines
* Copyright (c) 2001, 2002, 2003 Fabrice Bellard.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the
www.eeworm.com/read/104464/15691750
h cgraph.h
#include
#include
#define Getmaxx 319
#define Getmaxy 199
#define MAX_X 319
#define MAX_Y 199
#define PALETTE_INDEX 0x03c8
//---defines---
#define vga256
www.eeworm.com/read/103190/15742337
cpp chatclientdoc.cpp
// ChatClientDoc.cpp : implementation of the CChatClientDoc class
//
#include "stdafx.h"
#include "ChatClient.h"
#include "ChatClientDoc.h"
#include "CntrItem.h"
#include "ClientSocket.h"
#