代码搜索结果

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

vb_fun84.dat

QBColor 函数 返回一个 Long,用来表示所对应颜色值的 RGB 颜色码。

funvfp270.dat

函数 RGBSCHEME(nColorSchemeNumber[,nColorPairPosition]) 功能 返回RGB色彩对

color me less_pre.cpp

#include #include #include #include using namespace std; struct RGB { int red; int green; int blue; }; int get_lowest_distance_index(int *distance,

sumarize11_2_2cl.m

RGB = imread('saturn.png'); I = rgb2gray(RGB); h = [1 2 1; 0 0 0; -1 -2 -1]; I2 = filter2(h,I); imshow(I2,[]), colorbar

avutil.h

#ifndef AVUTIL_H #define AVUTIL_H /** * @file avutil.h * external api header. */ #ifdef __cplusplus extern "C" { #endif #define AV_STRINGIFY(s) AV_TOSTRING(s) #define AV_T

color me less_pre.cpp

#include #include #include #include using namespace std; struct RGB { int red; int green; int blue; }; int get_lowest_distance_index(int *distance,

color me less_pre.cpp

#include #include #include #include using namespace std; struct RGB { int red; int green; int blue; }; int get_lowest_distance_index(int *distance,

color me less_pre.cpp

#include #include #include #include using namespace std; struct RGB { int red; int green; int blue; }; int get_lowest_distance_index(int *distance,

yuvrgb16.c

//////////////////////////////////////////////////////// // YUV to RGB Decoder. // Display on different mode use different ways. // Southern.Liang // 1996.5.25 ///////////////////

fun_8.h

/******************************Copyright (c)********************************* ** 文件说明 **--------------------------------------------------------------------------- **文 件 名: fun_8.h **创 建 人