代码搜索结果
找到约 8,819 项符合
RGB 的代码
jpeg_ycbcr2rgb.v
//---------------------------------------------------------------------------
// File Name : jpeg_ycbcr2rgb.v
// Module Name : jpeg_ycbcr2rgb
// Description : YCbCr2RGB
// Project : JPEG Decoder
从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);
yuv2rgb2.m
%YUV2RGB Convert YUV format to RGB
%
% [r,g,b] = yuvread2(y, u, v)
% rgb = yuvread(y, u, v)
%
% Returns the equivalent RGB image from YUV components. The UV images are
% doubled in resolution so the
材质光源的rgb值.cpp
#include
#include
#include
#include
#pragma comment(lib,"opengl32")
#pragma comment(lib,"glu32")
#pragma comment(lib,"glaux")
void Inid(void);
voi
从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);