代码搜索结果
找到约 8,819 项符合
RGB 的代码
ipsec_life.h
/*
* Definitions relevant to IPSEC lifetimes
* Copyright (C) 2001 Richard Guy Briggs
* and Michael Richardson
*
* This program is free so
ipsec_errs.h
/*
* @(#) definition of ipsec_errs structure
*
* Copyright (C) 2001 Richard Guy Briggs
* and Michael Richardson
*
* This program is free
pfkey_v2_debug.c
/*
* @(#) pfkey version 2 debugging messages
*
* Copyright (C) 2001 Richard Guy Briggs
* and Michael Richardson
*
* This program is free
pixbufs.c
/* Pixbufs
*
* A GdkPixbuf represents an image, normally in RGB or RGBA format.
* Pixbufs are normally used to load files from disk and perform
* image scaling.
*
* This demo is not all that edu
bwfilter.java
import java.awt.image.*;
public class BWFilter extends RGBImageFilter {
public BWFilter() {
canFilterIndexColorModel = true;
}
public int filterRGB(int x, int y, int rgb) {
zoomincursor.xpm
static const char * ZoomInCursorXpm[] = {
"32 32 3 1",
"+ c #FFFFFF",
". c #FF0000", // mask color = RGB:255,0,0
"# c #000000",
"................................",
"................................",
ibeamcursor.xpm
static const char * IBeamCursorXpm[] = {
"32 32 3 1",
". c #FF0000", // mask color = RGB:255,0,0
"# c #000000",
"+ c #FFFFFF",
"................................",
"................................",
"
zoomoutcursor.xpm
static const char * ZoomOutCursorXpm[] = {
"32 32 3 1",
". c #FF0000", // mask color = RGB:255,0,0
"# c #000000",
"+ c #FFFFFF",
"................................",
"................................",
zoomincursor.xpm
static const char * ZoomInCursorXpm[] = {
"16 16 3 1",
". c #FF0000", // mask color = RGB:255,0,0
"# c #000000",
"+ c #FFFFFF",
"........++++....",
".......+####+...",
"......+##...#+..",
".....+#..##
zoomoutcursor.xpm
static const char * ZoomOutCursorXpm[] = {
"16 16 3 1",
". c #FF0000", // mask color = RGB:255,0,0
"# c #000000",
"+ c #FFFFFF",
"........++++....",
".......+####+...",
"......+##...#+..",
".....+#...