代码搜索结果

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

mmsetc.m

function C=mmsetc(H,S) %MMSETC Obtain an RGB Triple Interactively from a Color Sample. % MMSETC displays a dialog box for the user to select % a color interactively and displays the result. % % X = MM

mmsetc.m

function C=mmsetc(H,S) %MMSETC Obtain an RGB Triple Interactively from a Color Sample. % MMSETC displays a dialog box for the user to select % a color interactively and displays the result. % % X = MM

mmsetc.m

function C=mmsetc(H,S) %MMSETC Obtain an RGB Triple Interactively from a Color Sample. % MMSETC displays a dialog box for the user to select % a color interactively and displays the result. % % X = MM

msc.inc

RGB macro red,green,blue xor eax,eax mov ah,blue shl eax,8 mov ah,green mov al,red endm BROOD STRUCT nameId dd ? xPos dd ?

mmsetc.m

function C=mmsetc(H,S) %MMSETC Obtain an RGB Triple Interactively from a Color Sample. % MMSETC displays a dialog box for the user to select % a color interactively and displays the result. % % X = MM

mmsetc.m

function C=mmsetc(H,S) %MMSETC Obtain an RGB Triple Interactively from a Color Sample. % MMSETC displays a dialog box for the user to select % a color interactively and displays the result. % % X = MM

mmsetc.m

function C=mmsetc(H,S) %MMSETC Obtain an RGB Triple Interactively from a Color Sample. % MMSETC displays a dialog box for the user to select % a color interactively and displays the result. % % X = MM

mmsetc.m

function C=mmsetc(H,S) %MMSETC Obtain an RGB Triple Interactively from a Color Sample. % MMSETC displays a dialog box for the user to select % a color interactively and displays the result. % % X = MM

pixbufs.py

#!/usr/bin/env python '''Pixbufs A GdkPixbuf represents an image, normally in RGB or RGBA format. Pixbufs are normally used to load files from disk and perform image scaling. This demo is not all tha