代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/464337/1531587
pas hslutils.pas
//------------------------------------------------------------------------------
//
// HSL - RGB colour model conversions
//
// These four functions can be used to convert between the RGB and HSL
www.eeworm.com/read/451985/1658940
pas hslutils.pas
//------------------------------------------------------------------------------
//
// HSL - RGB colour model conversions
//
// These four functions can be used to convert between the RGB and HSL
www.eeworm.com/read/449245/1679196
pas hslutils.pas
//------------------------------------------------------------------------------
//
// HSL - RGB colour model conversions
//
// These four functions can be used to convert between the RGB and HSL
www.eeworm.com/read/433129/1885580
pas hslutils.pas
//------------------------------------------------------------------------------
//
// HSL - RGB colour model conversions
//
// These four functions can be used to convert between the RGB and HSL
www.eeworm.com/read/266389/4272410
pas hslutils.pas
//------------------------------------------------------------------------------
//
// HSL - RGB colour model conversions
//
// These four functions can be used to convert between the RGB and HSL
www.eeworm.com/read/262891/4308081
pas hslutils.pas
//------------------------------------------------------------------------------
//
// HSL - RGB colour model conversions
//
// These four functions can be used to convert between the RGB and HSL
www.eeworm.com/read/378175/2689862
m example4_11.m
RGB=imread('hr.jpg');
YIQ=rgb2ntsc(RGB);
I=YIQ(:,:,1);
subplot(1,2,1);
subimage(RGB);
title('原图像');
subplot(1,2,2);
subimage(I);
title('变换后的图像');
www.eeworm.com/read/367675/2832806
m example4_11.m
RGB=imread('hr.jpg');
YIQ=rgb2ntsc(RGB);
I=YIQ(:,:,1);
subplot(1,2,1);
subimage(RGB);
title('原图像');
subplot(1,2,2);
subimage(I);
title('变换后的图像');
www.eeworm.com/read/343449/11947886
hier_info light.hier_info
|LIGHT
RSTC => RGB:U2.RST
RSTC => CNT109:U1.RST
CLK => RGB:U2.CLK
CLK => CNT109:U1.CLK
light[0]
www.eeworm.com/read/168886/9890466
h overlaydefs.h
//
// OverlayDefs.h
//
#ifndef __H_OverlayDefs__
#define __H_OverlayDefs__
const double PI = 3.1415926535;
typedef enum
{
FT_NONE,
FT_RGB8,
FT_RGB555,
FT_RGB565,
FT_RGB24,
FT_