代码搜索结果

找到约 5,749 项符合 RGB 的代码

colors.h

// colors.h #ifndef colors_h_ #define colors_h_ #define Black牋牋 RGB(

openimg.m

function y=openimg() %打开图象文件 [filename pathname]=uigetfile('*.bmp'); path=strcat(pathname,filename); if pathname~=0 if filename~=0 rgb=imread(path); image(rgb); axis off;

xpm.pm

package Image::Info::XPM; $VERSION = '1.03'; #Path to X11 RGB database $RGBLIB ||= "/usr/X11R6/lib/X11/rgb.txt"; use strict; use Image::Xpm; sub process_file{ my($info, $source, $opts)

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

subject_36982.htm

序号:36982 发表者:楚虫 发表日期:2003-04-20 17:49:50 主题:如何实现在视图外鼠标点击处RGB值的动态显示。(有急用) 内容:如何实现在视图外鼠标点击处RGB值的动态显示。2003-4-20 17:53:16

subject_23777.htm

序号:23777 发表者:苦闷 发表日期:2002-12-06 13:40:01 主题:请教函数参数的问题 内容:m_image.Create ( IDB_TREEIMAGE,16,1,RGB(255,255,255) );//m_image为CImageList的变量,16,1是什么意思的。RGB(255,255,255) 我好象改为其它数目颜色没有变化。

color1.css

a:link { color: rgb(102,102,0); } a:visited { color: rgb(153,51,0); } a:active { color: rgb(204,51,0); } body { color: rgb(0,0,0); background-color: rgb(255,255,204); } h1 { c

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

color0.css

a:link { color: rgb(153,51,0); } a:visited { color: rgb(102,102,0); } a:active { color: rgb(204,51,0); } body { color: rgb(0,0,0); background-color: rgb(255,255,255); } h1 { c

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