代码搜索结果
找到约 8,819 项符合
RGB 的代码
save_nii.m
% Save NIFTI dataset. Support both *.nii and *.hdr/*.img file extension.
% If file extension is not provided, *.hdr/*.img will be used as default.
%
% Usage: save_nii(nii, filename, [old_RGB])
bak.prg
DEFINE CLASS form1 AS form
ADD OBJECT shape1 AS shape WITH ;
Top = 166, ;
Left = 24, ;
Height = 72, ;
Width = 328, ;
BackStyle = 1, ;
Curvature = 7, ;
BackColor = RGB(255,24
invertfilter.java
// InvertFilter.java
// InvertFilter is an ImageFilter that inverts a
// BufferedImage's RGB color values.
package com.deitel.advjhtp1.java2d;
// Java core packages
import java.awt.image.*;
stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// RGB.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
qnx.css
/* menu body */
.menu-body {
background-color: rgb(217,217,217);
color: Black;
margin: 0;
padding: 0;
overflow: hidden;
border: 0;
cursor: default;
}
.menu-body .o
client.cpp
// client.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "..\this.h"
#include "..\this_i.c"
const long rgbRed = RGB(0, 255, 255);
void CreateRed
vga_controller.v
module VGA_Controller( // Host Side
iCursor_RGB_EN,
iCursor_X,
iCursor_Y,
iCursor_R,
iCursor_G,
iCursor_B,
iRed,
iGreen,
iBlue,
oA
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
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
vga_controller.v
module VGA_Controller( // Host Side
iCursor_RGB_EN,
iCursor_X,
iCursor_Y,
iCursor_R,
iCursor_G,
iCursor_B,
iRed,
iGreen,
iBlue,
oA