代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/162749/10276348
lua widgettest.lua
-- Scrollbar
BaseScrollbar = {
Properties = {
scrollfillcolor = Color.rgbp(255, 255, 255, 50);
scrollhandlecolor = Color.rgb(102, 102, 102);
scrollcolor = Color.none;
www.eeworm.com/read/162576/10295418
c v4l.c
/*
* v4l.c
*
* Copyright (C) 2001 Rasca, Berlin
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
*
www.eeworm.com/read/425355/10362384
h public.h
#ifndef __PUBLIC_H__
#define __PUBLIC_H__
//#define SCREEN_320X240
#define TESTPLAYER
#define WCELISTBOX //only for file list
#define AUDIOCLASSNAME L"AUDIOPLAY"
#define MAX_STRING 256
www.eeworm.com/read/425354/10362710
h public.h
#ifndef __PUBLIC_H__
#define __PUBLIC_H__
//#define SCREEN_320X240
#define TESTPLAYER
#define WCELISTBOX
#define AUDIOCLASSNAME L"AUDIOPLAY"
#define MAX_STRING 100
#define TIME_VIDEO_S
www.eeworm.com/read/353769/10418528
cpp samview.cpp
#include "header.h"
#include "matlvq.h"
void DrawBlock(CPaintDC *dc, int xcenter, int ycenter, COLORREF color);
#define SPACE_TOP 20;
COLORREF COLOR_TABLE[] =
{
RG
www.eeworm.com/read/424538/10440172
m showmask.m
function RGB=showmask(V,M,display_flag);
% showmask(V,M);
%
% M is a nonneg. mask
% Jianbo Shi, 1997
V=V-min(V(:));
V=V/max(V(:));
V=.25+0.75*V; %brighten things up a bit
M=M-min(M(:));
M=M/max(M(:)
www.eeworm.com/read/160794/10499120
lkf debug.lkf
-z -q -c -m"./Debug/yuv2rgb16.map" -o"./Debug/yuv2rgb16.out" -x -i"c:/ti/c5500/bios/lib" -i"c:/ti/c5500/rtdx/lib" -i"c:/ti/c5500/xdais/lib" -i"c:/ti/c5500/cgtools/lib"
"C:\ti\c5500\imglib\examples\yc
www.eeworm.com/read/160794/10499129
log cc_build_debug.log
--------------------------- ycbcr2rgb.pjt - Debug ---------------------------
"c:\ti\c5500\cgtools\bin\cl55" -g -mg -q -fr"C:/ti/c5500/imglib/examples/ycbcr_rgb/Debug" -i"C:/ti/c5500/imglib/include
www.eeworm.com/read/160794/10499134
lkv debug.lkv
-z -q -c -m"./Debug/yuv2rgb16.map" -o"./Debug/yuv2rgb16.out" -x -i"c:/ti/c5500/bios/lib" -i"c:/ti/c5500/rtdx/lib" -i"c:/ti/c5500/xdais/lib" -i"c:/ti/c5500/cgtools/lib"
"C:\ti\c5500\imglib\examples\yc
www.eeworm.com/read/159906/10591592
m 13-12.m
RGB = imread('flowers.tif');
subplot(221),imshow(RGB)
title('原始真彩色图像')
subplot(222),imshow(RGB(:,:,1))
title('真彩色图像红色分量')
subplot(223),imshow(RGB(:,:,2))
title('真彩色图像绿色分量')
subplot(224),imshow(