代码搜索结果
找到约 8,819 项符合
RGB 的代码
mc8051_top_flink.htm
Log File Links:
flift_flink.htm
Log File Links:
lift_flink.htm
Log File Links:
vga_controller.v
//Slightly modified from the DE2 default design example
//
module VGA_Controller( // Host Side
iCursor_RGB_EN,
iCursor_X,
iCursor_Y,
iCursor_R,
iCursor_G,
i
msmpeg.cpp
// msmpeg.cpp : Defines the entry point for the DLL application.
//
#include "stdafx.h"
#include "msmpeg.h"
#include "avcodec.h"
#include "../yuv2rgb.h"
BOOL APIENTRY DllMain( HANDLE hModule
dcrgb1.m
function res = rgb1(n)
% - utility program for selecting plot colors
while (n>10)
n = n - 10;
end
% build cell-array of colors to choose from:
colors{1} = [0 0 1]; % blue
col
vga_controller.v
//Slightly modified from the DE2 default design example
//
module VGA_Controller( // Host Side
iCursor_RGB_EN,
iCursor_X,
iCursor_Y,
iCursor_R,
iCursor_G,
i
dds_flink.htm
Log File Links:
vbs172.htm
RGB Function
chatricheditctrl.h
#pragma once
#include
// CChatRichEditCtrl
struct CPair
{
CPair(const CPair& pair){Effects=pair.Effects,TextColor=pair.TextColor;}
CPair(){Effects=0;TextColor=RGB(0,0,0);}
CP