代码搜索结果

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

authors

Developers: ----------- Florian Kainz Rod Bogart Drew Hess Paul Schneider Bill Anderson Wojciech Jarosz

colormanager.java

package org.drools.ide.editors; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import org.eclipse.swt.graphics.Color; import org.eclipse.swt.graphics.RGB; import

usecaseshape.java

package net.sf.freenote.uml.model; import org.eclipse.draw2d.geometry.Dimension; import org.eclipse.swt.graphics.Image; import org.eclipse.swt.graphics.RGB; /** * 用例的model * @author levin

effects.js

String.prototype.parseColor=function(){var color='#';if(this.slice(0,4)=='rgb('){var cols=this.slice(4,this.length-1).split(',');var i=0;do{color+=parseInt(cols[i]).toColorPart()}while(++i

klipsdebug.8

.TH IPSEC_KLIPSDEBUG 8 "21 Jun 2000" .\" .\" RCSID $Id: klipsdebug.8,v 1.17 2000/10/10 20:10:19 rgb Exp $ .\" .SH NAME ipsec klipsdebug \- set KLIPS (kernel IPSEC support) debug features and level .SH

ipsec_md5c.c

/* * RCSID $Id: ipsec_md5c.c,v 1.4 1999/12/13 13:59:12 rgb Exp $ */ /* * The rest of the code is derived from MD5C.C by RSADSI. Minor cosmetic * changes to accomodate it in the kernel by ji. */

radij.h

/* * RCSID $Id: radij.h,v 1.10 1999/11/18 04:09:20 rgb Exp $ */ /* * This file is defived from ${SRC}/sys/net/radix.h of BSD 4.4lite * * Variable and procedure names have been modified so that t

ipsec_sha1.h

/* * RCSID $Id: ipsec_sha1.h,v 1.5 1999/12/13 13:59:13 rgb Exp $ */ /* * Here is the original comment from the distribution: SHA-1 in C By Steve Reid 100% Public Domain * Ada

yuvtbl.h

#ifndef __YUV_TABLES_H__ #define __YUV_TABLES_H__ const u16 y_for_rgb[256] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,

yuv_mmx.h

/* * YUV -> RGB mmx declaration * from xvid codec source code */ #ifndef _YUV_MMX_H #define _YUV_MMX_H #include "color_space.h" /* yuv 4:2:0 planar -> yuyv (yuv2) packed */ #ifndef byte