代码搜索结果

找到约 8,819 项符合 RGB 的代码

convxpm.perl

#!/bin/perl # This is a little perl script that converts XPM colors from # X colors to their true RGB format # Change this first, if you rgb.txt file lives somewhere else $RFILE="/usr/X11R6/lib/X11

convxpm.perl

#!/bin/perl # This is a little perl script that converts XPM colors from # X colors to their true RGB format # Change this first, if you rgb.txt file lives somewhere else $RFILE="/usr/X11R6/lib/X11

default.theme

ThemeDescription="OS/2 Warp4 style theme" ThemeAuthor="Marko Macek" Look=warp4 #ShowXButton=2 TitleBarHeight=20 TitleButtonsSupported="xmihs" ColorNormalBorder="rgb:C0/C0/C0" ColorActiveBorder="rgb:C

objectengine.h

#pragma once #include "../def/_orzex/queue.h" #define DEFSPEED 14 #define _CHAT_COLOR1 0 //RGB( 0, 0, 0); // 捧苞祸. #define _CHAT_COLOR2 1 //RGB( 10, 10, 10); // 八

convxpm.perl

#!/bin/perl # This is a little perl script that converts XPM colors from # X colors to their true RGB format # Change this first, if you rgb.txt file lives somewhere else $RFILE="/usr/X11R6/lib/X11

convxpm.perl

#!/bin/perl # This is a little perl script that converts XPM colors from # X colors to their true RGB format # Change this first, if you rgb.txt file lives somewhere else $RFILE="/usr/X11R6/lib/X11

color_space_pkg.vhd

-------------------------------------------------------------------------- -- Color space converter support functions ---------------------------------------------------------------------

linear-gradient.c

/* * Copyright © 2005 Red Hat, Inc. * * Permission to use, copy, modify, distribute, and sell this software * and its documentation for any purpose is hereby granted without * fee, provided that

ft-text-vertical-layout.c

/* * Copyright © 2006 Jinghua Luo * * Permission to use, copy, modify, distribute, and sell this software * and its documentation for any purpose is hereby granted without * fee, provided that th

bmpfmt.h

typedef unsigned int u32; typedef unsigned short u16; typedef unsigned char u8; typedef unsigned char BYTE; typedef struct bitmap_file_header_type { u16 type; u32 fileSize; u32 reserved;