代码搜索结果

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

person.java

package propertypagetest.model; import org.eclipse.core.runtime.IAdaptable; import org.eclipse.swt.graphics.RGB; import org.eclipse.ui.views.properties.IPropertySource; public class Person imp

color_lut.c

/* * colorspace conversion functions * -- translate RGB using lookup tables * * (c) 1998-2001 Gerd Knorr * */ #define NG_PRIVATE #include "config.h" #include

color_packed.c

/* * colorspace conversion functions * -- packed pixel formats (rgb/gray right now) * * (c) 1998-2001 Gerd Knorr * */ #define NG_PRIVATE #include "config.h" #include

colorinvert.fp

!!ARBfp1.0 # colorinvert.fp # # invert like a color negative ATTRIB iPrC = fragment.color.primary; # input primary color OUTPUT oPrC = result.color; # output color SUB oPrC.rgb

streetstalltitletip.cpp

#include "stdafx.h" #include "StreetStallTitleTip.h" #include "./interface/cFont.h" #define BALLOON_BORDER 10 CStreetStallTitleTip::CStreetStallTitleTip() { m_fgColor = RGB_HALF(0,200,0);

image.cpp

// image.h -- Thatcher Ulrich 2002 // This source code has been donated to the Public Domain. Do // whatever you want with it. // Handy image utilities for RGB surfaces. #i

pfkey_v2_parser.c

/* * @(#) RFC2367 PF_KEYv2 Key management API message parser * Copyright (C) 1999, 2000, 2001 Richard Guy Briggs * * This program is free software; you can redistribute it and

image.cpp

// image.h -- Thatcher Ulrich 2002 // This source code has been donated to the Public Domain. Do // whatever you want with it. // Handy image utilities for RGB surfaces. #i

maprender.cpp

#include "stdafx.h" //#include "global.h" #include "MapRender.h" extern UINT MapRand(UINT nMax); CMapRender::CMapRender() { m_SimpleRender.FillColor = RGB(MapRand(255),MapRand(255),MapRand(25