代码搜索结果

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

mt9t001_utils.c

/* * Copyright 2004 by Texas Instruments Incorporated. * All rights reserved. Property of Texas Instruments Incorporated. * Restricted rights to use, duplicate or disclose this code are *

colorpic.cpp

#pragma warning (disable : 4127) // conditional expression is constant #include "stdafx.h" #include "ColorPickerCB.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_

colorpickercb.cpp

#pragma warning (disable : 4127) // conditional expression is constant #include "stdafx.h" #include "ColorPickerCB.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_

colortrans.h

#pragma once class ColorTrans { public: ColorTrans(void); public: ~ColorTrans(void); public: //彩色转换为灰度图象,输出为8位灰度,输入为24位RGB bool RGB2Gray8(unsigned char* rgb, unsigned char* gray, int wi

colortrans.cpp

#include "stdafx.h" #include "ColorTrans.h" ColorTrans::ColorTrans(void) { } ColorTrans::~ColorTrans(void) { } //8bit ->> 24bit unsigned char* ColorTrans::gray2RGB2(unsigned cha

moderncvthemeclassic.sty

%% start of file `moderncvthemeclassic.sty'. %% Copyright 2007 Xavier Danaux (xdanaux@gmail.com). % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public Li

moderncvthemecasual.sty

%% start of file `moderncvthemecasual.sty'. %% Copyright 2007 Xavier Danaux (xdanaux@gmail.com). % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public Lic

字符编码view.cpp

// 字符编码View.cpp : implementation of the CMyView class // #include "stdafx.h" #include "字符编码.h" #include "字符编码Doc.h" #include "字符编码View.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_

paint.h

struct rgb { int red; int green; int blue; }; struct hsi { double hue; double saturation; int intensity; }; struct xy { int x;

jh3.prg

************************************************** *-- 类: jh3 (e:\yh\user.vcx) *-- 父类: form *-- 基类: form * DEFINE CLASS jh3 AS form Height = 340 Width = 679 DoCreate = .T.