代码搜索结果
找到约 8,819 项符合
RGB 的代码
basedraw.cpp
// BaseDraw.cpp: implementation of the CBaseDraw class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "BaseDraw.h"
#include "mmsystem.h"
palette.h
//
// Fast Heckbert quantiser for creating paletted textures from
// high/true colour input textures
//
// Alpha weighting is going to be a tricky thing - unlike the RGB weightings
// which are w
pic.h
//////////////////////////////////////////////////////////////////
// //
// 用途 : DIB 操作类 //
// 创建 : [Foolish] / 2001-2-13 //
// 更新 : 2002-10-31 //
// 主页
fsgui_new.h
//
// fsGUI_new.h
//
// fs9660-NEW GUI macro definition for fsGUI_NEW.c.
//
//
// Creator :zhaoyanhua
// Date: 3-7-25 14:53
//
/*
#ifndef _FS_GUI_NEW_H
#define _FS_GUI_NEW_H
skl_yuv_dsp.cpp
/********************************************************
* Some code. Copyright (C) 2003 by Pascal Massimino. *
* All Rights Reserved. (http://skal.planet-d.net) *
* For Educational/Academi
makefile.am
bin_PROGRAMS = rgb2yuv
INCLUDES = -I$(top_srcdir)/include
LDADD = $(top_builddir)/lib/gnu/libmpeg4ip_gnu.la -lm
rgb2yuv_SOURCES = main.c rgb2yuv.c rgb2yuv.h
EXTRA_DIST = RGB2YUV60.dsp rgb2yu
makefile.am
bin_PROGRAMS = rgb2yuv
INCLUDES = -I$(top_srcdir)/include
LDADD = $(top_builddir)/lib/gnu/libmpeg4ip_gnu.la -lm
rgb2yuv_SOURCES = main.c rgb2yuv.c rgb2yuv.h
EXTRA_DIST = RGB2YUV60.dsp rgb2yuv60.dsw
makefile.am
bin_PROGRAMS = rgb2yuv
INCLUDES = -I$(top_srcdir)/include
LDADD = $(top_builddir)/lib/gnu/libmpeg4ip_gnu.la -lm
rgb2yuv_SOURCES = main.c rgb2yuv.c rgb2yuv.h
EXTRA_DIST = RGB2YUV60.dsp rgb2yu
list_ch12_03_pong_gra_st.vhd
-- Listing 12.3
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity pong_graph_st is
port(
video_on: in std_logic;
pixel_x,pixel_y: in std_logic_vector(9
vb中的颜色值和html中的颜色如何实现互相转换.txt
VB和 HTML都 使 用 的 是 RGB格 式 , 所 以 转 换 比 较 容 易 。 象 VB的 &H000000FF&就 是 HTML的 #0000FF。 但 是 VB中 的 系 统 定 义 的 颜 色 常 数 : &H80??????不 是 采 用 RGB表 示 的 , 需 要 使 用 API函 数 OleTranslateColor函 数 转 换 为 RGB格 式 。