代码搜索结果

找到约 73,884 项符合 Image 的代码

image.cpp

#include "image.h" #include void remplir(pixeltype &pixel,int type=1) { if(type==1) { int r,g,b; QColor inter(pixel.color); inter.getRgb(&r,&g,&b); pixel.r=r; pixel.g=g

image.java

// ======================================================================== // $Id: Image.java,v 1.8 2005/08/13 00:01:23 gregwilkins Exp $ // Copyright 1996-2004 Mort Bay Consulting Pty. Ltd. // -----

image.js

/* * Copyright (c) 2001-2007, TIBCO Software Inc. * Use, modification, and distribution subject to terms of license. */ jsx3.require("jsx3.gui.Block");jsx3.Class.defineClass("jsx3.gui.Image",jsx3.g