代码搜索结果
找到约 8,819 项符合
RGB 的代码
cascade
Lightning
1495277600 1
1478500384 14.000
1279879777 65.000
1279877746 100.000
1279877747 13.000
1382966355 2873
1400140404 27.000
1279879031 87.000
1332765556 92.000
1279879523 RGB: 100.0% 1
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) {
obj.java
package net.sf.jawp.gui.client.semi3d;
/**
*
* @author from javaworld
* @version $Revision: 1.2 $
*
*/
public interface Obj
{
RGB getIntersection(Vec ray);
}
colormap.xtcwp.lib
COLORMAP - Functions to manipulate X colormaps:
XtcwpCreateRGBDefaultMap create XA_RGB_DEFAULT_MAP property of root
window if it does not already exist
XtcwpGetFirstPixel return first pixel in r
bwfilter.java
import java.awt.image.*;
public class BWFilter extends RGBImageFilter {
public BWFilter() {
canFilterIndexColorModel = true;
}
public int filterRGB(int x, int y, int rgb) {
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
rgbblockfilter.java
// RGBBlockFilter - more efficient RGB ImageFilter
//
// Copyright (C) 1996 by Jef Poskanzer . All rights reserved.
//
// Redistribution and use in source and binary forms, with or
zrgb.py
#! /usr/bin/env python
# zrgb (Requires Z buffer.)
#
# This program demostrates zbuffering 3 intersecting RGB polygons while
# in doublebuffer mode where, movement of the mouse with the LEFTMOUSE
ipsec_stats.h
/*
* @(#) definition of ipsec_stats structure
*
* Copyright (C) 2001 Richard Guy Briggs
* and Michael Richardson
*
* This program is fre