CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 调色板

搜索资源列表

  1. setcolor

    0下载:
  2.  VC++设置屏幕上某点的颜色?为了方便大家看到效果,这里显示为一大片区域,颜色值自己选,调用了Windows的调色板程序,对此不熟悉的也可以很好的参考哦。-VC++ set the color of a point on the screen? In order to facilitate see the effect, shown here as a large area, choose their own color value, called the Windows palette pr
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-23
    • 文件大小:31967
    • 提供者:程敏玲
  1. BmpProcess

    0下载:
  2. C#开发,实现基本的图像处理功能,如调色板修改,颜色转换,模糊处理,边缘检测,亮度变化,纯色,颜色位数转换,灰度变换等-C# development, basic image processing functions, such as palette changes, color conversion, fuzzy processing, edge detection, changes in brightness, solid color, color depth conversion, gra
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:889494
    • 提供者:park
  1. jianbianbeijingse

    0下载:
  2. 在安装程序和许多游戏、屏幕保护程序中,经常有背景渐变的效果(一幅图象渐渐的消失,同时另一幅图象渐渐显示出来)。如何实现这种效果呢?在windows(GDI)环境下,实现位图的淡入淡出的方法有三种: 1. 调色板动画:该方法速度很快,但只能用于256色的图形,而且不易实现渐隐效果,不推荐使用; 2. 模式画刷:该方法实现比较简单,但是效果不如其余两种; 3. 动画法:该方法效果很好,但是速度要稍慢一些。 本例采用“动画法”以两幅位图为例进行讲解,实现从黑色背景中逐渐显现第一幅图片,
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-26
    • 文件大小:1547953
    • 提供者:wojiushiwo
  1. DIBDisplay

    0下载:
  2. MFC框架下的位图伸缩,图像读写,GDI,调色板,等编译成功,对于初学者很有用-The bitmap stretching under the MFC framework, image reader, the GDI palette, such as compilation is successful, very useful for beginners
  3. 所属分类:Picture Viewer

    • 发布日期:2017-12-01
    • 文件大小:2815928
    • 提供者:lily
  1. VC-plus-plus-image-process

    0下载:
  2. vc++图像处理,Visual C++环境下介绍图像各种典型算法的编程实现。数字图像的点阵数据、调色板概念、BMP文件结构以及设备无关位图(DIB)-vc++ image processing and about the algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:748004
    • 提供者:张晓亮
  1. Main

    0下载:
  2. 课程设计(包含计算器,调色板,数据记录框等等)-Curriculum design (including calculators, palette, data logging, box, etc.)
  3. 所属分类:CSharp

    • 发布日期:2017-11-22
    • 文件大小:5701065
    • 提供者:韩速度
  1. tuxiang

    0下载:
  2. 从一个.bmp文件中读取数据(包括BITMAPINFOHEADER,调色板和实际图象数据),将其存储在一个全局内存句柄hImgData中,这个hImgData将在以后的图象处理程序中用到。同时填写一个类型为HBITMAP的全局变量hBitmap和一个类型为HPALETTE的全局变量hPalette。这两个变量将在处理WM_PAINT消息时用到,用来显示位图。该函数的两个参数分别是用来显示位图的窗口句柄,和.bmp文件名(全路径)。当函数成功时,返回TRUE,否则返回FALSE。-From a.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:1024
    • 提供者:刘旭
  1. JColorChooserDemo

    0下载:
  2. 这是一个Java的调色板程序,欢迎大家下载,提供方便的Java设计程序-This palette is a Java program, welcome to download, provides convenient Java design process
  3. 所属分类:software engineering

    • 发布日期:2017-11-25
    • 文件大小:860
    • 提供者:lijie
  1. ShowBmpInfo

    0下载:
  2. 本程序是在VC++6.0的平台下使用C语言编写的,能够显示BMP图片信息(文件头,信息头,调色板)。-This program is written in vc++ 6.0 platform using C language, can display BMP image information (header, head of information, color palette).
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:8745
    • 提供者:yangjunlin
  1. Palette

    0下载:
  2. Visual C++课程设计 调色板程序Visual C++ curriculum design palette-Visual C++ curriculum design palette
  3. 所属分类:Game Program

    • 发布日期:2017-04-01
    • 文件大小:424319
    • 提供者:GPS设备
  1. CBMPImage

    0下载:
  2. 测试环境: Visual Studio 2010 MFC 备 注:如果不是上述环境,请将DrawBMP函数重写;而且由于各个版本问题,添加必要的头文件~ 贴一个挫挫的类,献给正在学BMP文件格式的同学 使用范围:24位BMP位图(无调色板); 如何增加使用范围:改写GetPixel函数,与SetPixelRGB函数; 如何增加调色板: 改写Load函数,其中添加对调色板的读取。 改写GetPixel函数,根据得到位图数据在调色板中选取颜
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:1972
    • 提供者:Mars
  1. ColorDlg

    0下载:
  2. MFC界面编写的调色板,红黄绿0~256可调,并且在界面上显示调的颜色。-MFC interface written palette, red yellow and green adjustable from 0 to 256, and in the interface displays tone colors.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-10
    • 文件大小:2316590
    • 提供者:李宁
  1. VCPPdetailed-explanation

    0下载:
  2. Windows API与Win32 SDK\窗口与句柄\ 消息与消息队列\ GetStockObject()得到画笔、画刷、字体、调色板的句柄,使用时必须用类型转换\控件的访问\定制应用程序的外观\图形的保存和重绘-Windows API and the Win32 SDK \ windows and a handle \ messages and message queues \ GetStockObject () by brush, brushes, fonts, color palette
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:104494
    • 提供者:beunvei
  1. VCPPdetailed-explanation

    0下载:
  2. Windows API与Win32 SDK\窗口与句柄\ 消息与消息队列\ GetStockObject()得到画笔、画刷、字体、调色板的句柄,使用时必须用类型转换\控件的访问\定制应用程序的外观\图形的保存和重绘-Windows API and the Win32 SDK \ windows and a handle \ messages and message queues \ GetStockObject () by brush, brushes, fonts, color palette
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:104541
    • 提供者:nddiffi
  1. ColorDlg

    0下载:
  2. 一个小的调色板,实现对颜色的选取,可以对RGB的任意编译-A small palette
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-08
    • 文件大小:1870328
    • 提供者:supeng
  1. huaban

    0下载:
  2. 简单的调色板源代码,可以实现三个以上相同棋子相连消去的功能。-Simple palette source code, can achieve the same three or more pieces connected to the function of elimination.
  3. 所属分类:CSharp

    • 发布日期:2017-05-10
    • 文件大小:2242248
    • 提供者:lixiang
  1. The-basic-pattern-generation

    0下载:
  2. 实现了在单文档中点、线、符号、文字的生成,包括调色板的调用,以及图形的填充。-Implements the midpoint line symbols text generated in a single document, including the call palette, padding and graphics
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-18
    • 文件大小:4880364
    • 提供者:张雪松
  1. ColorVersion

    0下载:
  2. C# SivlerLight/Wpf 调色板-C# SivlerLight/Wpf palette
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:75780
    • 提供者:jiaxsheng
  1. Colorbar

    0下载:
  2. 调用colorbar函数,实现点击相应区域,画刷变为相应颜色。即调色板功能,同时还可以手写输入,存储手写输入,载入图片等功能-Call colorbar function, click on the appropriate region to achieve, the brush into the corresponding color. Namely palette functions, but also can be handwritten input, storage handwritin
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-21
    • 文件大小:16057
    • 提供者:武少宇
  1. ColorSlide

    0下载:
  2. 这是一个调色板程序,可以使用滑块控制的调色。-This is a palette program, you can use the slider control color.
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:1009
    • 提供者:acomplexa
« 1 2 ... 13 14 15 16 17 1819 20 21 »
搜珍网 www.dssz.com