代码搜索结果
找到约 8,819 项符合
RGB 的代码
str_os_tv_rgb.inc
#include "user_init.h"
#include "global.h"
#include "osd.h"
//2004AUDDRV #include "audif.h"
static void
str_os_tv_rgb(void)
{
//#ifdef TVOUT6_4DAC_ON //terry,2003-8-19 17:44,mark it,move to
从rgb中获得颜色.txt
int Red=(int)SelfPlaceKey.GetValue("Red");
int Green=(int)SelfPlaceKey.GetValue("Green");
int Blue=(int)SelfPlaceKey.GetValue("Blue");
BackColor=Color.FromArgb(Red,Green,Blue);
guitar240320_16rgb.h
#ifndef __GUITAR_16RGB_H__
#define __GUITAR_16RGB_H__
unsigned short pGuitar240320_16rgb[] = {
0x0821, 0x0021, 0x0020, 0x0000, 0x0021, 0x0021, 0x0021, 0x0021, 0x0021, 0x0021,
0x0021, 0x0021, 0x00
compute_pipe_rgb_t.v
//************************************ The Module is for PIPELINE of MUL_ADD DEVICE testing MODULE *************
xil_rgb2ycrcb.vhd
--*******************************************************************
-- Copyright(C) 2005 by Xilinx, Inc. All rights reserved.
-- This text/file contains proprietary, confidential
-- information of X
double_rgb2ycrcb.m
function [matlab_y, matlab_cr, matlab_cb] = double_rgb2ycrcb(R,G,B, AC, BC, CC, DC)
% double precision YCrCb to RGB color-space conversion.
% Coefficients derived from RGB to YCrCb conversio
从rgb中获得颜色.txt
int Red=(int)SelfPlaceKey.GetValue("Red");
int Green=(int)SelfPlaceKey.GetValue("Green");
int Blue=(int)SelfPlaceKey.GetValue("Blue");
BackColor=Color.FromArgb(Red,Green,Blue);
rgb_4p_jpg.c
/*
* Copyright (C) 2003 Samsung Electronics
SW.LEE
This program is under GPL2v
arm-linux-gcc -static -o jpg rgb_4p_jpg.c -I/opt/host/armv4l/armv4l-redhat-linux
材质光源的rgb值.cpp
#include
#include
#include
#include
#pragma comment(lib,"opengl32")
#pragma comment(lib,"glu32")
#pragma comment(lib,"glaux")
void Inid(void);
voi