代码搜索结果
找到约 8,819 项符合
RGB 的代码
icc_profilergb.java
/* ICC_ProfileRGB.java -- the ICC profile for a RGB colorspace
Copyright (C) 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redist
pixel_ops.h.svn-base
static inline unsigned int rgb_to_pixel8(unsigned int r, unsigned int g,
unsigned int b)
{
return ((r >> 5) > 5) > 6);
}
static i
invertwidget.cpp
#include
#include "invertwidget.h"
InvertWidget::InvertWidget(QWidget *parent)
: QWidget(parent)
{
image = QImage(800, 600, QImage::Format_RGB32);
image.load("plane.jpg");
image
icc_profilergb.java
/* ICC_ProfileRGB.java -- the ICC profile for a RGB colorspace
Copyright (C) 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redist
rgbimagefilter.java
/* RGBImageFilter.java -- Java class for filtering Pixels by RGB values
Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you c
mssccprj.scc
[SCC]
SCC=This is a source code control file
[RGB.vbp]
SCC_Project_Name=this project is not under source code control
SCC_Aux_Path=
jnitintimage.cpp
// JNITintImage.cpp tints an array of RGB values by given colors.
// Throws exception if image is larger than 256x256, also returns
// an int array of indexes of pixels that could not be fully tint
tcolor
#!/bin/sh
# the next line restarts using wish \
exec wish "$0" "$@"
# tcolor --
# This script implements a simple color editor, where you can
# create colors using either the RGB, HSB, or CYM color s
xcolors.c
/*
* xcolors.c --
*
* This file contains the routines used to map from X color
* names to RGB and pixel values.
*
* Copyright (c) 1996 by Sun Microsystems, Inc.
*
* See the file "license.term
xcolors.c
/*
* xcolors.c --
*
* This file contains the routines used to map from X color
* names to RGB and pixel values.
*
* Copyright (c) 1996 by Sun Microsystems, Inc.
*
* See the file "license.term