代码搜索结果

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

nxcolors.h

#ifndef NXCOLORS_H #define NXCOLORS_H /* * Automatically generated from rgb.txt by nxcolors.fe * * Defines the full set of X11 colours. */ #include "mwtypes.h" /* For MWRGB() */ #define GR_COLO

nxcolors.h

#ifndef NXCOLORS_H #define NXCOLORS_H /* * Automatically generated from rgb.txt by nxcolors.fe * * Defines the full set of X11 colours. */ #include "mwtypes.h" /* For MWRGB() */ #define GR_COLO

nxcolors.h

#ifndef NXCOLORS_H #define NXCOLORS_H /* * Automatically generated from rgb.txt by nxcolors.fe * * Defines the full set of X11 colours. */ #include "mwtypes.h" /* For MWRGB() */ #define GR_COLO

nxcolors.h

#ifndef NXCOLORS_H #define NXCOLORS_H /* * Automatically generated from rgb.txt by nxcolors.fe * * Defines the full set of X11 colours. */ #include "mwtypes.h" /* For MWRGB() */ #define GR_COLO

nxcolors.h

#ifndef NXCOLORS_H #define NXCOLORS_H /* * Automatically generated from rgb.txt by nxcolors.fe * * Defines the full set of X11 colours. */ #include "mwtypes.h" /* For MWRGB() */ #define GR_COLO

nxcolors.h

#ifndef NXCOLORS_H #define NXCOLORS_H /* * Automatically generated from rgb.txt by nxcolors.fe * * Defines the full set of X11 colours. */ #include "mwtypes.h" /* For MWRGB() */ #define GR_COLO

stroke1.js

var ctx = document.getElementById('tutorial').getContext('2d'); for (i=0;i

makebmp.c

/* * Copyright (c) 1999 Greg Haerr * * Framebuffer data to .bmp file converter * * 10/4/1999 g haerr */ #include #include #define BI_RGB 0L #

scmap.c

/* Copyright (c) Colorado School of Mines, 1990. /* All rights reserved. */ /* set default standard color map (RGB_DEFAULT_MAP) */ #include #include

img2txt.m

filename='test'; filenamet=strcat(filename,'.txt'); I = imread(filename,'bmp'); IYUV=rgb2ycbcr(I); fid = fopen(filenamet,'w+'); [X,Y,Z] = size(I); fprintf(fid, '%d\n',Z); % number of image compone