代码搜索结果

找到约 8,819 项符合 RGB 的代码

seamless tile 2

LittleFluffyClouds 1347777385 2.22 inches 1129281125 19.000 1162113896 39.000 1111581548 RGB: 100.0% 100.0% 100.0% (255 255 255) 1397252972 RGB: 86.7% 86.7% 86.7% (221 221 221) 1129082223 0 138

seamless tile

LittleFluffyClouds 1347777385 1.29 inches 1129281125 10.000 1162113896 5.000 1111581548 RGB: 100.0% 100.0% 100.0% (255 255 255) 1397252972 RGB: 86.7% 86.7% 86.7% (221 221 221) 1129082223 2 1382

saved from the fire

BurntEdges 1114793044 -0.02 inches 1112700777 1.10 inches 1399024672 84.000 1112699765 0 1112697198 0 1112695663 RGB: 47.5% 37.6% 1.2% (121 96 3) 1181491232 1718174256 1181500268 RGB: 82.4% 82

yellowed

BurntEdges 1114793044 0.00 inches 1112700777 0.15 inches 1399024672 86.000 1112699765 1 1112697198 0 1112695663 RGB: 69.0% 66.7% 3.1% (176 170 8) 1181491232 1718174256 1181500268 RGB: 82.4% 82

ragged edge for thin selection

BurntEdges 1114793044 -0.02 inches 1112700777 0.04 inches 1399024672 1.000 1112699765 0 1112697198 0 1112695663 RGB: 16.5% 16.5% 16.5% (42 42 42) 1181491232 1718174257 1181500268 RGB: 82.4% 82

manual example

BurntEdges 1114793044 -0.20 inches 1112700777 0.47 inches 1399024672 21.000 1112699765 1 1112697198 0 1112695663 RGB: 62.0% 36.9% 2.4% (158 94 6) 1181491232 1718174256 1181500268 RGB: 100.0% 1

not charred

BurntEdges 1114793044 0.07 inches 1112700777 1.06 inches 1399024672 100.000 1112699765 1 1112697198 0 1112695663 RGB: 47.5% 37.6% 1.2% (121 96 3) 1181491232 1718174256 1181500268 RGB: 82.4% 82

facedetection.m

%%%%% Reading of a RGB image i=imread('face8.jpg'); I=rgb2gray(i); BW=im2bw(I); figure,imshow(BW) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%% minimisation of background port

cbutton.cpp

#include "../GameH.h" CButton::CButton() { ID=0; Text=NULL; IsCheck=FALSE; CR[0]=RGB(255,0,128);CR[1]=RGB(255,255,0);CR[2]=RGB(0,255,0); //颜色初始化 ClickSound=NULL; x=0;y=0; PicS=NULL; } CBu

hgameview.h

// HGAMEView.h : CHGAMEView 类的接口 // #pragma once // 宏变量:白色和黑色 #define WHITE RGB(255,255,255) #define BLACK RGB(0,0,0) #define BLUE RGB(0,0,255) //中断操作的运动趋势 #define LEFT 0 //向左移动 #