代码搜索结果
找到约 8,819 项符合
RGB 的代码
新建 文本文档.txt
void CLanqiuchangView::OnDraw(CDC* pDC)
{
CLanqiuchangDoc* pDoc = GetDocument();
ASSERT_VALID(pDoc);
CBrush brush1(RGB(180,150,50));
CBrush *pBrush1=pDC->SelectObject(&brush1);
/*CPen my
image.h
#ifndef _IMAGE_H_INCLUDED_
#define _IMAGE_H_INCLUDED_
struct image
{
int bufsize;
int width, height;
unsigned char *buf;
};
struct RGB
{
char r;
char g;
char b;
};
struct image *image_new(in
candy.qss
/* R1 */
QDialog {
background-image: url(:/images/background.png);
}
/* R2 */
QLabel {
font: 9pt;
color: rgb(0, 0, 127);
}
/* R3 */
QComboBox:editable,
QLineEdit,
QListView {
color:
memdc.h
#ifndef _MEMDC_H
#define _MEMDC_H
class CMemDC : public CDC
{
public:
CMemDC(CDC* pDC,int width,int height,BOOL bInitBack=FALSE,COLORREF rgbBack=RGB(255,255,255));
virtual ~CMemDC();
protec
style.css
body
{
font-family : Trebuchet MS, san serif;
font-weight : normal;
}
tr.even
{
background-color: lightblue;
}
tr.odd
{
background-color: rgb(228,255,228);
}
code.snippet,
bmp_worldmap.c
/*This file is generated by 'Resource Editor',2006-10-11 14:51, donot edit manually.*/
/*Pixel Format: RGB565*/
#include
#include
const static unsigned c
effects.js
String.prototype.parseColor=function(){var A="#";if(this.slice(0,4)=="rgb("){var _=this.slice(4,this.length-1).split(","),$=0;do A+=parseInt(_[$]).toColorPart();while(++$