代码搜索结果

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

compress.c

/* compress.c: * * compress a colormap by removing unused RGB colors * * jim frost 10.05.89 * * Copyright 1989, 1990 Jim Frost. See included file "copyright.h" for * complete copyright informa

compress.c

/* compress.c: * * compress a colormap by removing unused RGB colors * * jim frost 10.05.89 * * Copyright 1989, 1990 Jim Frost. See included file "copyright.h" for * complete copyright informa

ap_memo.lua

-- Scrollbar BaseScrollbar = { Properties = { scrollfillcolor = Color.rgbp(255, 255, 255, 50); scrollhandlecolor = Color.rgb(102, 102, 102); scrollcolor = Color.none;

ipsec_init.c

/* * @(#) Initialization code. * Copyright (C) 1996, 1997 John Ioannidis. * Copyright (C) 1998 - 2002 Richard Guy Briggs * 2001 - 2004 Michael Richardson

klipsdebug.c

/* * control KLIPS debugging options * Copyright (C) 1996 John Ioannidis. * Copyright (C) 1998, 1999, 2000, 2001 Richard Guy Briggs * 2001 Mic

defconfig-noipcomp

# # RCSID $Id: defconfig-noipcomp,v 1.1 2003/01/22 21:35:44 rgb Exp $ # # # FreeS/WAN IPSec implementation, KLIPS kernel config defaults # # # First, lets override stuff already set or not in the k

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)

hslutils.pas

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

tiff-rgb.c

/* $Id: tiff-rgb.c,v 1.3 2004/09/03 08:29:16 dron Exp $ */ /* * tiff-rgb.c -- create a 24-bit Class R (rgb) TIFF file * * Copyright 1990 by Digital Equipment Corporation, Maynard, Massachusetts.

srgb2adobe.py

# # Sample: Convert from sRGB to AdobeRGB, perceptual intent # from lcms import * print "Enter sRGB values" # # Create placeholders # RGB = COLORB() RGB[0] = input("R?") RGB[1] = input(