代码搜索结果

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

rgb.c

/* * rgb.c * Copyright (C) 2000-2003 Michel Lespinasse * Copyright (C) 1999-2000 Aaron Holtzman * * This file is part of mpeg2dec, a free MPEG-2 video

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

refresh_room.prg

if !(TYPE("oF14")="O" AND !ISNULL(oF14)) set message to "房态没有打开!" retu endif set message to "正在刷新房态,请稍候..." color1=rgb(255,0,0) && 维修 color2=rgb(255,255,0) && 住房 colo

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

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

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

style.css

body{ font-size: 75%; font-family:"Verdana", "Arial", "宋体"; } td{font-size:9pt;} p{ font-size:9pt;} li{font-size:9pt;} BigFont{ font-size:11pt;} select.smallselsect{font-size:9pt; color:rgb(

style.css

body{ font-size: 75%; font-family:"Verdana", "Arial", "宋体"; } td{font-size:9pt;} p{ font-size:9pt;} li{font-size:9pt;} BigFont{ font-size:11pt;} select.smallselsect{font-size:9pt; color:rgb(

hslutils.pas

//------------------------------------------------------------------------------ // // HSL - RGB colour model conversions // // These four functions can be used to convert between the RGB and HSL