代码搜索结果

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

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

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