代码搜索结果
找到约 5,749 项符合
RGB 的代码
d259.bmp.txt
~////////,////////////,////
m_ListCtrl.SetBkColor(RGB ( 196,220,23 2》 ;
m_ListCtrI.SetTextBkColor(RGB ( 196,220,23 2》;
m_ListCtrI.SetExtendedStyle(LVS_EX_FULLROWSELECT [ LVS_EX_GRIDLINES);
m_ListC
tcolor
#!/bin/sh
# the next line restarts using wish \
exec wish8.0 "$0" "$@"
# tcolor --
# This script implements a simple color editor, where you can
# create colors using either the RGB, HSB, or CYM colo
rgb.txt
!
255 250 250 snow
248 248 255 ghost white
248 248 255 GhostWhite
245 245 245 white smoke
245 245 245 WhiteSmoke
220 220 220 gainsboro
255 250 240 floral white
255 250 240 FloralWhite
xlogo-color
XLogo.input: false
! MIT colors are Cardinal Red (Pantone 201c) and Silver Grey (Pantone 421c)
XLogo*background: rgb:d2/22/32
XLogo*foreground: rgb:d7/d7/d7
led灯带控制.plg
礦ision Build Log
Project:
C:\Documents and Settings\Administrator\桌面\RGB-三基色LED灯带控制-测试成功\LED灯带控制.uvproj
Project File Date: 07/02/2013
Output:
text1.c
/*实现功能:对颜色传感器输出RGB
得出数据后可到http://www.59178.com/tools/sejie.asp查询数据是否正确
使用芯片:AT89S52 或者 STC89C52 或AT89S51 STC89C51
晶振:12MHZ
编译环境:Keil
作者:zhengzhongxign39*/
#include
#define uchar unsig
rgbled.c
#include "COMM.h"
#define LED_R TIM4->CCR1
#define LED_G TIM4->CCR3
#define LED_B TIM4->CCR2
//使能RGB LED的输出
//t:0,关闭输出,1,使能输出
void ENRGB(u8 t)
{
if(t)TIM4->CCER=0X0111; //
ch2_3_1.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('vert')