代码搜索结果
找到约 8,819 项符合
RGB 的代码
rgb.cs
namespace Imps.Utils
{
using System;
using System.Drawing;
public class RGB
{
public const short B = 0;
public byte Blue;
public const short G = 1;
rgb.cs
namespace Imps.Client.Utils
{
using System;
using System.Drawing;
public class RGB
{
public const short B = 0;
public byte Blue;
public const short G
rgb.java
package com.ttdev.customercomp;
import org.apache.tapestry.BaseComponent;
import org.apache.tapestry.IMarkupWriter;
import org.apache.tapestry.IRequestCycle;
import org.apache.tapestry.annotatio
rgb.sgml
GdkRGB
Renders RGB, grayscale, or indexed image data to a GdkDrawable
rgb.txt
! $Xorg: rgb.txt,v 1.3 2000/08/17 19:54:00 cpqbld Exp $
255 250 250 snow
248 248 255 ghost white
248 248 255 GhostWhite
245 245 245 white smoke
245 245 245 WhiteSmoke
220 220 220 gainsboro
255 2
rgb.java
/*********************************************************************
*
* Copyright (C) 2005 Andrew Khan
*
* This library is free software; you can redistribute it and/or
* modify it under the t