代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/223937/14611728
h fusioncolorui.h
#ifndef __FUSIONCOLORUI_H__
#define __FUSIONCOLORUI_H__
/////////////////////////////////////////////////////////////////////////////////////////////////
// 皋牢 橇饭烙俊 包访等 祸惑甸
#define RXCOLOR_10 RG
www.eeworm.com/read/223866/14615175
c bitmap_convert.c
#include "bitmap_convert.h"
/* [RGB565]
* 0x00??+1 RRRRRGGG
* 0x00??+0 GGGBBBBB
* R 5 0xf8
* G 6 0xe0 0x07
* B 5 0x1f
*/
/* [RGB24]
* R G B
* addr:1 2 3
*
www.eeworm.com/read/122705/14674072
cpp squaresdoc.cpp
// SquaresDoc.cpp : implementation of the CSquaresDoc class
//
#include "stdafx.h"
#include "SdiSquares.h"
#include "SquaresDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
st
www.eeworm.com/read/122551/14684783
cpp squaresdoc.cpp
// SquaresDoc.cpp : implementation of the CSquaresDoc class
//
#include "stdafx.h"
#include "MdiSquares.h"
#include "SquaresDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
st
www.eeworm.com/read/122551/14685191
cpp squaresdoc.cpp
// SquaresDoc.cpp : implementation of the CSquaresDoc class
//
#include "stdafx.h"
#include "SdiSquares.h"
#include "SquaresDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
st
www.eeworm.com/read/221484/14740856
c convertcolor.c
/****************************************************************************************
* 文件名:CONVERTCOLOR.C
* 功能:颜色值转换程序。
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:
**************************************
www.eeworm.com/read/121010/14775255
h draw.h
/* Basic Dreamcast Drawing Functions */
void clear_screen(int rgb);
void put_pixel(int x, int y, int rgb);
void put_pixel_3(int x, int y, int r, int g, int b);
int rgb_combine(int r, int g
www.eeworm.com/read/119788/14821608
css custom.css
.mstheme-bannertxt A:active
{
color: rgb(255,255,204);
}
.mstheme-bannertxt A:link
{
color: rgb(255,255,204);
}
.mstheme-bannertxt A:visited
{
color: rgb(255,255,204);
}
.mstheme-banner
www.eeworm.com/read/119788/14821800
css custom.css
.mstheme-bannertxt A:active
{
color: rgb(0,0,102);
}
.mstheme-bannertxt A:link
{
color: rgb(0,0,102);
}
.mstheme-bannertxt A:visited
{
color: rgb(0,0,102);
}
.mstheme-bannertxt-g
{
f
www.eeworm.com/read/119788/14821819
css color1.css
a:link
{
color: rgb(51,0,204);
}
a:visited
{
color: rgb(0,204,0);
}
a:active
{
color: rgb(255,102,0);
}
body
{
color: rgb(0,0,0);
background-color: rgb(255,204,102);
}
h1
{
co