代码搜索结果
找到约 5,749 项符合
RGB 的代码
color1.css
a:link
{
color: rgb(51,102,204);
}
a:visited
{
color: rgb(102,102,102);
}
a:active
{
color: rgb(153,0,0);
}
body
{
color: rgb(0,0,0);
background-color: rgb(255,255,204);
}
h1
{
custom.css
.mstheme-bannertxt A:active
{
color: rgb(255,255,255);
}
.mstheme-bannertxt A:link
{
color: rgb(255,255,255);
}
.mstheme-bannertxt A:visited
{
color: rgb(255,255,255);
}
.mstheme-banner
color0.css
a:link
{
color: rgb(51,102,204);
}
a:visited
{
color: rgb(102,102,102);
}
a:active
{
color: rgb(153,102,0);
}
body
{
color: rgb(0,0,0);
background-color: rgb(255,255,255);
}
h1
ras3.upp
-supModel="SUN rasterfile, 3 Bit, 7 Colors (RGB-Ghostscript)"
-sDEVICE=uniprint
-dNOPAUSE
-dSAFER
-dupColorModel=/DeviceRGB
-dupRendering=/ErrorDiffusion
-dupOutputFormat=/SunRaster
-dupCompone
ras24.upp
-supModel="SUN rasterfile, 24 Bit, 7 Colors (RGB-Error-Diffusion)"
-sDEVICE=uniprint
-dNOPAUSE
-dSAFER
-dupColorModel=/DeviceRGB
-dupRendering=/ErrorDiffusion
-dupOutputFormat=/SunRaster
-dupCo
f11_1.m
%原始索引图像
load trees
%转换为灰度图像
I = ind2gray(X,map);
figure(1)
subplot(2,2,1);
imshow(X,map)
title('索引图像');
subplot(2,2,2);
imshow(I)
title('转换后的灰度图像');
%原始真彩图像
RGB = imread('peppers.png')
rgb.cpp
// RGB.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "RGB.h"
#include "RGBDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char T
rgb.rc2
//
// RGB.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
///////
rgb.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CRGBDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "RGB.h"
rgb.dsp
# Microsoft Developer Studio Project File - Name="RGB" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Appli