代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/471457/6892750
cpp unit1.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "Unit1.h"
//------------------------------------------------------------
www.eeworm.com/read/471457/6892762
cpp unit1.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "Unit1.h"
#include
//-----------------------------------------
www.eeworm.com/read/471457/6892962
cpp unit1.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "Unit1.h"
//------------------------------------------------------------
www.eeworm.com/read/471457/6893199
cpp unit1.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "Unit1.h"
//------------------------------------------------------------
www.eeworm.com/read/471457/6893842
cpp unit1.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "Unit1.h"
//------------------------------------------------------------
www.eeworm.com/read/195379/8159925
lua calculator.lua
-- Scrollbar
BaseScrollbar = {
Properties = {
scrollfillcolor = Color.rgbp(255, 255, 255, 50);
scrollhandlecolor = Color.rgb(102, 102, 102);
scrollcolor = Color.none;
www.eeworm.com/read/294611/8216656
m som_colorcode.m
function colors=som_colorcode(m, colorcode, scaling)
%SOM_COLORCODE Calculates a heuristic color coding for the SOM grid
%
% colors = som_colorcode(m, colorcode, scaling)
%
% Input and output argum
www.eeworm.com/read/393017/8314954
m tuxys4.m
rgb=imread('onion.png');
imshow(rgb);
[x_no_dither,map]=rgb2ind(rgb,8,'nodither');
[xdither,map]=rgb2ind(rgb,8,'dither');
figure,imshow(x_no_dither,map);
figure,imshow(xdither,map);
www.eeworm.com/read/192685/8320894
html 17252.html
Re: Given a RGB color value (e.g 255), how to get its red,green and blue values?(no text)
www.eeworm.com/read/392497/8339717
m videoedit.m
clear all
close all
clc
H = fspecial('unsharp',0.9);
HH = fspecial('disk',2);
aviobj = avifile('4.avi','fps',25,'COMPRESSION','None');
for i=1:298
I1=aviread('3.avi',i);
B=frame2im(I1)