代码搜索结果
找到约 5,749 项符合
RGB 的代码
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
webfxlayout.css
/*
bright: rgb(234,242,255);
normal: rgb(120,172,255);
dark: rgb(0,66,174);
*/
/* import menu css */
/*
@import "dhtml/xmenu/xmenu.css";
*/
#webfx-about {
position: absolute;
bac
cedtcolors.h
#ifndef __CEDTCOLORS_H_
#define __CEDTCOLORS_H_
// DEFAULT BACKGROUND COLORS
#define CR_DEFAULT_BACKGROUND RGB(255, 255, 255)
#define CR_DEFAULT_LEFTMARGIN RGB(128, 128, 128)
#define CR_D
kc-232-rgb-v5-080808.lst
C51 COMPILER V7.09 KC_232_RGB_V5_080808 10/21/2008 18:01:37 PAGE 1
C51 COMPILER V7.09, COMPILATION OF MODULE KC_232_RGB_V5_080808
OBJECT MOD
algbm.h
#ifdef __cplusplus
extern "C" {
#endif
BITMAP *load_gbm(char *filename, RGB *pal);
int save_gbm(char *filename, BITMAP *bmp, RGB *pal);
#ifdef __cplusplus
}
#endif
main.css
/* This is the style sheet to use with the main pages */
body { background-image: url("pics/background.gif");
background-repeat: repeat-x;
color: black;
}
A:hover {color: rgb(0,
desktop.cpp
#include "gos.h"
#include "desktop.h"
//Windows2000风格
static const COLORREF m_aWin2KColor[]=
{
RGB(66,65,66), //3D深度阴影
RGB(132,130,132), //3D阴影
RGB(214,211,206), //3D,对话框,按钮
RGB(214,211
main.cpp
#include "StdAfx.h"
void WinMain()
{
RECT r;
CMainFrame dlg;
dlg.DoModal();
r=dlg.m_rectWnd;
dlg.m_rectClip=dlg.m_rectWndClip;
dlg.FillRect(r,RGB(0,0,0));
dlg.DrawBitmap(&acBm
example5_3.m
%顶点坐标为(40 , 50) , (40 , 250),(240,50)和(240,250)。
RGB=imread('flowers.tif');
imshow(RGB);
RGB2=imcrop(RGB,[40,50,200,200]);
figure,imshow(RGB2);
example3_3.m
RGB=imread('flowers.tif');
image(RGB)