代码搜索结果

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

sdl_getrgb.3

.TH "SDL_GetRGB" "3" "Tue 11 Sep 2001, 23:01" "SDL" "SDL API Reference" .SH "NAME" SDL_GetRGB\- Get RGB values from a pixel in the specified pixel format\&. .SH "SYNOPSIS" .PP \fB#include "SDL\&

rgb.cc

// // rgb.cc // // $Id: rgb.cc,v 1.1.1.1 2001/02/28 00:28:38 cstolte Exp $ // #include /// /// RGB /// int RGB::operator==(const RGB &r2) const { return (r2.r == r &&

sdl_getrgb.3

.TH "SDL_GetRGB" "3" "Tue 11 Sep 2001, 23:01" "SDL" "SDL API Reference" .SH "NAME" SDL_GetRGB\- Get RGB values from a pixel in the specified pixel format\&. .SH "SYNOPSIS" .PP \fB#include "SDL\&.h" .

rgb.h

/* ***** BEGIN LICENSE BLOCK ***** * Version: RCSL 1.0/RPSL 1.0 * * Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the

rgb.h

/* ***** BEGIN LICENSE BLOCK ***** * Version: RCSL 1.0/RPSL 1.0 * * Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the

klipsdebug.c

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

ipsec_init.c

/* * @(#) Initialization code. * Copyright (C) 1996, 1997 John Ioannidis. * Copyright (C) 1998, 1999, 2000, 2001 Richard Guy Briggs * 2001 Mic

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.

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.

color.h

// Color.h // Colorref's to use with your Programs #define RED RGB(127, 0, 0) #define GREEN RGB( 0,127, 0) #define BLUE RGB( 0, 0,127) #define LIGHTRED RGB(255, 0, 0