代码搜索:HSV
找到约 344 项符合「HSV」的源代码
代码结果 344
www.eeworm.com/read/455033/7378825
eps hsv.eps
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: (ImageMagick)
%%Title: (hsv.eps)
%%CreationDate: (Wed Aug 31 14:19:14 2005)
%%BoundingBox: 0 0 300 225
%%DocumentData: Clean7Bit
%%LanguageLevel: 1
%%Pages: 1
%%EndC
www.eeworm.com/read/137408/13323767
bmp hsv.bmp
www.eeworm.com/read/260889/11689615
pal hsv.pal
236
255 0 0
255 6 0
255 13 0
255 19 0
255 26 0
255 32 0
255 39 0
255 45 0
255 52 0
255 58
www.eeworm.com/read/224892/14564425
cs hsv.cs
using System;
using System.Drawing;
namespace PhotoSprite.ColorSpace
{
///
/// HSV 色彩空间结构体
///
public struct HSV
{
int h, s, v;
///
www.eeworm.com/read/490329/1204608
h hsv.h
/**********************************************************************
*<
FILE: hsv.h
DESCRIPTION:
CREATED BY: Dan Silva
HISTORY:
*> Copyright (c) 1994, All Rights Reserved.
***