代码搜索结果
找到约 8,819 项符合
RGB 的代码
common.h
#ifndef _COMMON_STRUCT_CONST_
#define _COMMON_STRUCT_CONST_
const MAX_ALARM_IN_COUNT = 4;
struct ST_ALARM_COLOR
{
COLORREF clr_LineOff; //断线
COLORREF stLvClr_BK[MAX_ALARM_IN_COUNT];
C
mypenview.cpp
// MyPenView.cpp : implementation of the CMyPenView class
//
#include "stdafx.h"
#include "MyPen.h"
#include "MyPenDoc.h"
#include "MyPenView.h"
#define RED RGB(255,0,0)
#define GREEN RGB(0
mypenv~1.cpp
// MyPenView.cpp : implementation of the CMyPenView class
//
#include "stdafx.h"
#include "MyPen.h"
#include "MyPenDoc.h"
#include "MyPenView.h"
#define RED RGB(255,0,0)
#define GREEN RGB(0
conversions.c
/*
*
* GWIC
*
* (c) Joonas Lehtinen (jole@jole.fi), TUCS, 1998
*
* modification for rgb2yuv & yuv2rgb
* for color model YUV422 by Sasha Chukov
*
*/
#include "gwic.h"
/* Convert and round fl
conversions.c
/*
*
* GWIC
*
* (c) Joonas Lehtinen (jole@jole.fi), TUCS, 1998
*
* modification for rgb2yuv & yuv2rgb
* for color model YUV422 by Sasha Chukov
*
*/
#include "gwic.h"
/* Convert and round fl
leftwin.htm
:link {color: rgb(0,0,85);}
:hover {color: ffffcc;}
:visited {color: rgb(99,120,165);}
conversions.c
/*
*
* GWIC
*
* (c) Joonas Lehtinen (jole@jole.fi), TUCS, 1998
*
* modification for rgb2yuv & yuv2rgb
* for color model YUV422 by Sasha Chukov
*
*/
#include "gwic.h"
/* Convert and round fl
jpegdoc.m
function b = jpeg(file);
A = imread('hulic1.bmp'); %reads file into a matrix
A = rgb2gray(A);
B = imfinfo('hulic1.bmp')
%convert to YCbCr
%if B.Format=='bmp'
% A=rgb2ycbcr(A)
width
mypenview.cpp
// MyPenView.cpp : implementation of the CMyPenView class
//
#include "stdafx.h"
#include "MyPen.h"
#include "MyPenDoc.h"
#include "MyPenView.h"
#define RED RGB(20,20,2)
#define GREEN RGB(0
mypenview.cpp
// MyPenView.cpp : implementation of the CMyPenView class
//
#include "stdafx.h"
#include "MyPen.h"
#include "MyPenDoc.h"
#include "MyPenView.h"
#define RED RGB(255,0,0)
#define GREEN RGB(0