代码搜索:RGB

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

代码结果 8,819
www.eeworm.com/read/315311/13546241

html intensity.html

Xlib Programming Manual: RGB Intensity String Specification 6.2.2 RGB Intensity String Specification An RGB intensity specification
www.eeworm.com/read/377754/2696747

fs sepia.fs

// sepia.fs // // convert RGB to sepia tone void main(void) { // Convert RGB to grayscale float gray = dot(gl_Color.rgb, vec3(0.3, 0.59, 0.11)); // convert grayscale to sepia
www.eeworm.com/read/490185/6460221

m classify_img2.m

function [res_img] = classify_img2(rgb_img, t_inds,tol); %Uses multiple cubes for background %convert to YCbCr- this has less covariance ycc_img = double(rgb2ycbcr(rgb_img)); [M N P] = size(rgb_im
www.eeworm.com/read/490185/6460224

m classify_img.m

function [res_img] = classify_img(rgb_img, t_inds,tol); % uses SINGLE cube for background %convert to YCbCr- this has less covariance ycc_img = double(rgb2ycbcr(rgb_img)); [M N P] = size(rgb_img);
www.eeworm.com/read/398262/7996423

txt zhenzhenzhong.txt

核心代码: void GUI_SimulateClock (int center_x,int center_y,int radius, int Circle_RGB,int Hour_RGB,int Min_RGB,int Sec_RGB,int Hour_Data,int Min_Data,int Sec_Data) { //
www.eeworm.com/read/199861/5074984

txt china2.txt

Attribution File For Mappo 图层 PEN_STYLE PEN_WIDTH PEN_COLOR BURSH_STYLE BRUSH_COLOR 1007,0,3,RGB(225,221,1),0,RGB(250,200,220) 1006,0,3,RGB(132,160,130),0,RGB(
www.eeworm.com/read/396408/2417017

makefile

include $(SUBDIR)../config.mak NAME = swscale FFLIBS = avutil OBJS = rgb2rgb.o swscale.o OBJS-$(ARCH_BFIN) += swscale_bfin.o yuv2rgb_bfin.o OBJS-$(CONFIG_GPL) += yuv2rgb.o OBJS-$
www.eeworm.com/read/364434/2905202

svn-base makefile.svn-base

include $(SUBDIR)../config.mak NAME = swscale FFLIBS = avutil OBJS = rgb2rgb.o swscale.o OBJS-$(ARCH_BFIN) += swscale_bfin.o yuv2rgb_bfin.o OBJS-$(CONFIG_GPL) += yuv2rgb.o OBJS-$
www.eeworm.com/read/191876/8418255

cpp jmcoolmenu.cpp

#include "stdafx.h" #include "JMCoolMenu.h" #define RGB_BUTTON_BLACK (GetSysColor(COLOR_WINDOWFRAME)) #define RGB_BUTTON_WHITE (GetSysColor(COLOR_BTNHIGHLIGHT)) #define RGB_BUTTON_LIGHT
www.eeworm.com/read/240780/13198291

cpp jmcoolmenu.cpp

#include "stdafx.h" #include "JMCoolMenu.h" #define RGB_BUTTON_BLACK (GetSysColor(COLOR_WINDOWFRAME)) #define RGB_BUTTON_WHITE (GetSysColor(COLOR_BTNHIGHLIGHT)) #define RGB_BUTTON_LIGHT