代码搜索结果
找到约 8,819 项符合
RGB 的代码
imgbleed.fx
// ******** plus: HSV->RGB and back here
// HSV colorspace image space distorter.
//
// Here:
// - sample image at normal position, convert to HSV
// - sample the same image at two distorted
colormatrix.as
import flash.filters.ColorMatrixFilter;
import pssclasses.ColorsClass.*;
class ColorMatrix {
// RGB to Luminance conversion constants as found on
// Charles A. Poynton's colorspace-faq:
// ht
tools.cpp
//tools.cpp
#include "stdafx.h"
#include "tools.h"
///////////////////////////////////////////////////////////////////////////////
COLORREF HLS_TRANSFORM (COLORREF rgb, int percent_L, int percent_
disabledcursor.xpm
/* XPM */
static const char * DisabledCursorXpm[] = {
"32 32 3 1",
". c #FF0000", // mask color = RGB:255,0,0
"# c #000000",
"+ c #FFFFFF",
"................................",
".......................
envcursor.xpm
/* XPM */
static const char * EnvCursorXpm[] = {
"32 32 3 1",
". c #FF0000", // mask color = RGB:255,0,0
"# c #000000",
"+ c #FFFFFF",
"................................",
"............................
timecursor.xpm
/* XPM */
static const char * TimeCursorXpm[] = {
"32 32 3 1",
". c #FF0000", // mask color = RGB:255,0,0
"# c #000000",
"+ c #FFFFFF",
"................................",
"...........................
disabledcursor.xpm
/* XPM */
static const char * DisabledCursorXpm[] = {
"16 16 3 1",
". c #FF0000", // mask color = RGB:255,0,0
"# c #000000",
"+ c #FFFFFF",
".....######.....",
"...##++++++##...",
"..#++++++++++#..",
envcursor.xpm
/* XPM */
static const char * EnvCursorXpm[] = {
"16 16 3 1",
". c #FF0000", // mask color = RGB:255,0,0
"# c #000000",
"+ c #FFFFFF",
"......#####.....",
"......#+++#.....",
".......#+#......",
"....
timecursor.xpm
/* XPM */
static const char * TimeCursorXpm[] = {
"16 16 3 1",
". c #FF0000", // mask color = RGB:255,0,0
"# c #000000",
"+ c #FFFFFF",
"................",
"................",
"................",
"...
ipsec_param.h
/*
* @(#) Openswan tunable paramaters
*
* Copyright (C) 2001 Richard Guy Briggs
* and Michael Richardson
* Copyright (C) 2004 Michael Ric