代码搜索结果
找到约 8,819 项符合
RGB 的代码
vga_controller.v
module VGA_Controller( // Host Side
iCursor_RGB_EN,
iCursor_X,
iCursor_Y,
iCursor_R,
iCursor_G,
iCursor_B,
iRed,
iGreen,
iBlue,
oA
vga_controller.v
module VGA_Controller( // Host Side
iCursor_RGB_EN,
iCursor_X,
iCursor_Y,
iCursor_R,
iCursor_G,
iCursor_B,
iRed,
iGreen,
iBlue,
oA
modrgb.bas
Attribute VB_Name = "ModRGB"
'Public Sub RGB_Value()
'RGBvalue = frmScreenSave.LBL_Rvalue.Caption + (frmScreenSave.LBL_Gvalue.Caption * 256) + (frmScreenSave.LBL_Bvalue.Caption * 65536)
'frmScreenS
subject_24270.htm
序号:24270 发表者:jinghao 发表日期:2002-12-11 13:12:19
主题:怎么注册自己定义的mediasubtype啊
内容:我想自己定义一种子类型,类似于MEIDASUBTYPE_RGB24,那位大侠知道应该怎么定义啊,我查了注册表好像找不到meidasubtype_rgb24的键值啊
maprender.cpp
#include "stdafx.h"
//#include "global.h"
#include "MapRender.h"
extern UINT MapRand(UINT nMax);
CMapRender::CMapRender()
{
m_SimpleRender.FillColor = RGB(MapRand(255),MapRand(255),MapRand(25
filterrgb.htm
Filtering the RGB Values in an Image (Java Developers Almanac Example)
bright.htm
Brightening or Darkening an RGB Buffered Image (Java Developers Almanac Example)
image.cpp
// image.h -- Thatcher Ulrich 2002
// This source code has been donated to the Public Domain. Do
// whatever you want with it.
// Handy image utilities for RGB surfaces.
#i
videohisto.c
//////////////////////////////////////////////
// 1.在程序中"break point"注释行语句上加软件断点
// 2.菜单view->graph->Image:
// color space = RGB
// Start Address -R Source = y
//
main.c
//////////////////////////////////////////////
// 1.在程序中"break point"注释行语句上加软件断点
// 2.菜单view->graph->Image:
// color space = RGB
// Start Address -R Source = y
//