Welcome![Sign In][Sign Up]
Location:
Search - RGB hsb

Search list

[GDI-Bitmap颜色模式

Description: 文件里包括颜色模式诸如RGB、CMYK、HSB等的相互转化代码,且提供了检验程序。-documents including color models such as RGB, CMYK, HSB the mutual conversion code, which provides inspection procedures.
Platform: | Size: 26292 | Author: | Hits:

[Special EffectsJColorChooserDemo.java

Description: 一个简单的调色板程序,用Java编写的,能运用样品调色、HSB或RGB进行调色。-a simple palette procedures, the preparation of Java, using sample palette. HSB or for RGB palette.
Platform: | Size: 1206 | Author: 吴志海 | Hits:

[Special EffectsCColor_src

Description: CColor - RGB and HLS combined in one class The CColor class emerged from the need to manipulate color in the HLS model, meaning I needed the ability to directly change attributes like luminance or saturation. The HLS model makes it very easy to draw such things as color gradients between any color. Perhaps Windows 2000 will support the HLS (or the similary HSB) color model, but I do not want to wait until the release. On the other hand my code should also work under NT 4.0 and Win95/98. The CColor class encapsulates the long known type COLORREF and extends it with the HLS color model. A CColor object represents a color, whose RGB and HLS properties can be directly read and manipulated. It makes the use of type COLORREF and the associated macros superfluous. -CColor - RGB and HLS combined in one class Th e CColor class emerged from the need to manipula te in the HLS color model, meaning I needed the ability to directly change attributes like luminance or saturation. The H LS model makes it very easy to draw such things as color gradients between any color. Perhaps Win dows 2000 will support the HLS (or the similary H SB) color model, but I do not want to wait until the release. On the other hand my code should also work under a NT 4.0 nd Win95/98. The class encapsulates the CColor long known type COLORREF and extends it with the HLS color model. A CColor object represents a co lor. RGB and HLS whose properties can be directly rea d and manipulated. It makes the use of type COLOR REF and the associated macros superfluous.
Platform: | Size: 7490 | Author: 上官婉儿 | Hits:

[Special Effectscolorspace

Description: 实现 RGB YPbPr YCbCr / YCC YUV YIQ YDbDr JPEGYCbCr HSV / HSB HSL / HLS / HSI XYZ Lab Luv Lch 不同色彩制式之间的装换
Platform: | Size: 4589 | Author: aresiris | Hits:

[Windows DevelopColorSpace

Description: C# RGB与HSB转换
Platform: | Size: 111150 | Author: happyday1799@163.com | Hits:

[GDI-Bitmap颜色模式

Description: 文件里包括颜色模式诸如RGB、CMYK、HSB等的相互转化代码,且提供了检验程序。-documents including color models such as RGB, CMYK, HSB the mutual conversion code, which provides inspection procedures.
Platform: | Size: 2516992 | Author: | Hits:

[Special EffectsJColorChooserDemo.java

Description: 一个简单的调色板程序,用Java编写的,能运用样品调色、HSB或RGB进行调色。-a simple palette procedures, the preparation of Java, using sample palette. HSB or for RGB palette.
Platform: | Size: 1024 | Author: 吴志海 | Hits:

[Special EffectsCColor_src

Description: CColor - RGB and HLS combined in one class The CColor class emerged from the need to manipulate color in the HLS model, meaning I needed the ability to directly change attributes like luminance or saturation. The HLS model makes it very easy to draw such things as color gradients between any color. Perhaps Windows 2000 will support the HLS (or the similary HSB) color model, but I do not want to wait until the release. On the other hand my code should also work under NT 4.0 and Win95/98. The CColor class encapsulates the long known type COLORREF and extends it with the HLS color model. A CColor object represents a color, whose RGB and HLS properties can be directly read and manipulated. It makes the use of type COLORREF and the associated macros superfluous. -CColor- RGB and HLS combined in one class Th e CColor class emerged from the need to manipula te in the HLS color model, meaning I needed the ability to directly change attributes like luminance or saturation. The H LS model makes it very easy to draw such things as color gradients between any color. Perhaps Win dows 2000 will support the HLS (or the similary H SB) color model, but I do not want to wait until the release. On the other hand my code should also work under a NT 4.0 nd Win95/98. The class encapsulates the CColor long known type COLORREF and extends it with the HLS color model. A CColor object represents a co lor. RGB and HLS whose properties can be directly rea d and manipulated. It makes the use of type COLOR REF and the associated macros superfluous.
Platform: | Size: 7168 | Author: 上官婉儿 | Hits:

[Special Effectscolorspace

Description: 实现 RGB YPbPr YCbCr / YCC YUV YIQ YDbDr JPEGYCbCr HSV / HSB HSL / HLS / HSI XYZ Lab Luv Lch 不同色彩制式之间的装换-The realization of RGB YPbPr YCbCr/YCC YUV YIQ YDbDr JPEGYCbCr HSV/HSB HSL/HLS/HSI XYZ Lab Luv Lch different color between the standard equipment for
Platform: | Size: 4096 | Author: aresiris | Hits:

[Graph program101259378luv_rgb_yuv_lab_space_convert(2)

Description: Convert a color image between color representations. B = COLORSPACE(S,A) converts the color representation of image A where S is a string specifying the conversion. S tells the source and destination color spaces, S = dest<-src , or alternatively, S = src->dest . Supported color spaces are RGB R G B Red Green Blue (ITU-R BT.709 gamma-corrected) YPbPr Luma (ITU-R BT.601) + Chroma YCbCr / YCC Luma + Chroma ("digitized" version of Y PbPr) YUV NTSC PAL Y UV Luma + Chroma YIQ NTSC Y IQ Luma + Chroma YDbDr SECAM Y DbDr Luma + Chroma JPEGYCbCr JPEG-Y CbCr Luma + Chroma HSV / HSB Hue Saturation Value/Brightness HSL / HLS / HSI Hue Saturation Luminance/Intensity XYZ CIE XYZ Lab CIE L*a*b* (CIELAB) Luv CIE L*u*v* (CIELUV) Lch CIE L*ch (CIELCH)-Convert a color image between color representations. B = COLORSPACE (S, A) converts the color representation of image A where S is a string specifying the conversion. S tells the source and destination color spaces, S = ' dest <-src' , or alternatively, S = ' src-> dest' . Supported color spaces are ' RGB' R' G' B ' Red Green Blue (ITU-R BT.709 gamma-corrected)' YPbPr ' Luma (ITU-R BT.601 )+ Chroma ' YCbCr' /' YCC' Luma+ Chroma ( " digitized" version of Y' PbPr) ' YUV' NTSC PAL Y' UV Luma+ Chroma ' YIQ' NTSC Y' IQ Luma+ Chroma ' YDbDr' SECAM Y ' DbDr Luma+ Chroma ' JPEGYCbCr' JPEG-Y' CbCr Luma+ Chroma ' HSV' /' HSB' Hue Saturation Value/Brightness' HSL ' /' HLS ' /' HSI ' Hue Saturation Luminance/Intensity' XYZ ' CIE XYZ' Lab ' CIE L* a* b* (CIELAB)' Luv ' CIE L* u* v* (CIELUV)' Lch ' CIE L* ch (CIE
Platform: | Size: 4096 | Author: 张灯结 | Hits:

[JSP/JavaColorChooserDemo

Description: java 顏色選擇器,實做了java的顏色選擇,並可自訂選取顏色,也可以選擇RGB或HSB模式。-java color chooser
Platform: | Size: 2048 | Author: Daniel | Hits:

[BooksxpButton

Description: 调色板的实现及利用hsb和rgb的转换,调色板的实现及利用hsb和rgb的转换,-skdfhlkasdjhglkadshlkasdvkads gfsdfksajdfjaskdfhadsg
Platform: | Size: 47104 | Author: guoshanshan | Hits:

[Bookszuoye3

Description: 用C#输出一个圆形调色板根据hsb值转换为rgb的公式完成-hsbrgb
Platform: | Size: 37888 | Author: guoshanshan | Hits:

[Bookszuoye4

Description: 用C#编写一个能够输出矩形和圆形调色板的程序,根据HSB的变化范围,然后转换成RGB值-HSB RGB
Platform: | Size: 40960 | Author: guoshanshan | Hits:

[GDI-BitmapChangeColor

Description: 一个调色板颜色变换程序,能够自由设定RGB或相应的HSB值,进行颜色的改变!-A palette of colors transformation process, the freedom to set the corresponding RGB or HSB values for the color change!
Platform: | Size: 2048 | Author: 林建华 | Hits:

[Special Effectscolorspace

Description: 颜色空间转换,RGB YPbPr YCbCr / YCC YUV YIQ YDbDr JPEGYCbCr HSV / HSB HSL / HLS / HSI XYZ Lab Luv Lch 等色彩制式之间的装换,matlab-Color space conversion, RGB YPbPr YCbCr/YCC YUV YIQ YDbDr JPEGYCbCr HSV/HSB HSL/HLS/HSI XYZ Lab Luv Lch equipment such as color change between formats, matlab
Platform: | Size: 4096 | Author: hello | Hits:

[Special EffectsTestRGBHSB

Description: 各种图形运算(见RLColorProcess类),包括HSV转RGB,RGB转HSV,HSB转RGB,RGB转HSB,高通、低通滤波,以及图像平滑处理等,非常值得下载的资源。-Various graphics operations (see RLColorProcess class), including HSV turn RGB, RGB switch to HSV, HSB switch to RGB, RGB switch HSB, high pass, low pass filtering, and image processing, smooth, well worth the download resources.
Platform: | Size: 31744 | Author: 李辉 | Hits:

[e-languageHSB-RGB

Description: 易语言写的颜色值转换程序,功能是将HSB转换成RGB-Easy language to write the color values ​ ​ of the conversion process, the function is to convert the RGB HSB
Platform: | Size: 3072 | Author: 曾明 | Hits:

[OpenGL programRGBtoHSB

Description: 实现RGB到HSB色彩空间的转换,包括三种三维查找表法-To realize the method that transfer the RGB color space HSB color space , including three kinds of 3 d look-up table method
Platform: | Size: 4054016 | Author: 张磊 | Hits:

[.netRGB-convert-HSB

Description: RGB向HSB色彩转换的C#源码,主要实现了将rgb模式下的色彩值转化为hsb模式下的色彩值-RGB to HSB color conversion C# source code, the main achievement of the rgb color values ​ ​ into the mode as the the hsb mode color value
Platform: | Size: 55296 | Author: ajgzzc | Hits:
« 12 »

CodeBus www.codebus.net