代码搜索结果
找到约 8,819 项符合
RGB 的代码
floatcolor.cpp
/////////////////////////////////////////////////////////////////////////////////
//
// FloatColor.cpp: implementation of the CFloatColor class.
//
///////////////////////////////////////////////
xen v3_0 用户手册.htm
Xen v3.0 用户手册
czbutton.cpp
// CzButton.cpp : implementation file
//
#include "stdafx.h"
#include "tsq.h"
#include "CzButton.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
tsqzcdview.cpp
// TsqZcdView.cpp : implementation file
//
#include "stdafx.h"
#include "Tsq.h"
#include "TsqZcdView.h"
#include "TsqDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char
colordistance.m
%COLORDISTANCE Return distance in RG colorspace
%
% cd = colordistance(rgb, rg)
%
% The color image is converted to (r,g) coordinates and the distance
% of each pixel from the specificed coordinage rg
propertyselector.ctl
VERSION 5.00
Begin VB.UserControl PropertySelector
Appearance = 0 'Flat
AutoRedraw = -1 'True
ClientHeight = 2580
ClientLeft = 0
ClientTop = 0
dissolvefilter.java
import java.awt.image.*;
public class DissolveFilter extends RGBImageFilter {
private int alpha;
public DissolveFilter() {
this(0);
}
public DissolveFilter(int alpha)
refresh_room.prg
if !(TYPE("oF14")="O" AND !ISNULL(oF14))
set message to "房态没有打开!"
retu
endif
set message to "正在刷新房态,请稍候..."
color1=rgb(255,0,0) && 维修
color2=rgb(255,255,0) && 住房
colo
hslutils.pas
//------------------------------------------------------------------------------
//
// HSL - RGB colour model conversions
//
// These four functions can be used to convert between the RGB and HSL