-
GlowButton - 发光的按钮控件
翻译 maninwest@Codeforge 作者:John Underhill @ Codeproject最近我在查看 KMP Player 软件上的一些图形元素(如果你想看看好的图形设计,我建议你也查看一下)。我在项目中需要的是一个简单的发光按钮控件,用于玩家控制的,这不是什么太神奇的东西,只是在鼠标悬停时能够改变颜色。让图像更改颜色很简单,只需修改 ImageAttribute 的颜色矩阵:private void DrawColoredImage(Graphics g, Image img, Rectangle bounds, Color clr)
{
using (ImageAttributes ia = new ImageAttributes())
{
ColorMatrix cm = new ColorMatrix();
// convert and refactor color palette
cm.Matrix00 = ParseColor(clr.R);
cm.Matrix11 = ParseColor(clr.G);
cm.Matrix22 = ParseColor(clr.B);
cm.Matrix33 = ParseColor(clr.A);
cm.Matrix44 = 1f;
// set matrix
ia.SetColorMatrix(cm);
// draw
g.DrawImage(img, bounds, 0, 0, img.Width,
img.Height, GraphicsUnit.Pixel, ia);
}
}示例代码中的 ParseColor 会将位转化为浮点值。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-25 02:55:04下载
- 积分:1
-
CButtonST_Demo.rar
按钮类,很牛
CButtonST_Demo.rar
按钮类,很牛-CButtonST_Demo.rar button type, I am cow
- 2022-07-12 05:29:29下载
- 积分:1
-
C++小控件,可以实现xp风格的进度条。
C++小控件,可以实现xp风格的进度条。-C controls, can achieve xp style of the progress.
- 2022-02-04 18:32:26下载
- 积分:1
-
do not want to watch a movie a button? Do not think that I was joking, having re...
想不想在一个按钮上看电影?不要以为我是在开开玩笑,看了这个代码你就知道了。赶快行动吧。-do not want to watch a movie a button? Do not think that I was joking, having read the code you will know. Get into action at once.
- 2022-09-04 14:30:02下载
- 积分:1
-
[萨满]图腾助手CallOfElements
WOW专用
[萨满]图腾助手CallOfElements
WOW专用-[Shamanism] totem WOW special assistant CallOfElements
- 2023-04-02 02:30:03下载
- 积分:1
-
To facilitate the use of Windows functions and online billing statistics. The st...
为方便使用WINDOWS的功能和上网时的计费统计。加强对数据库的压缩等功能与一身。-To facilitate the use of Windows functions and online billing statistics. The strengthening of database and compression as a function.
- 2022-04-14 16:02:14下载
- 积分:1
-
我都说了我是个学生了嘛,只不过想找个原代码而已,为什么要我上传这么多的代码呢...
我都说了我是个学生了嘛,只不过想找个原代码而已,为什么要我上传这么多的代码呢-I can say that I am a student is just simply wanted to find a source it, why should I upload the code so much?
- 2022-07-09 12:38:34下载
- 积分:1
-
一个基于对话框的应用程序,有20几个颜色不同形状各异的按钮。值得下载!...
一个基于对话框的应用程序,有20几个颜色不同形状各异的按钮。值得下载!-a dialog-based applications, several are 20 different colors of different shapes button. Worth downloading!
- 2022-05-21 07:22:33下载
- 积分:1
-
最小化到任务栏(缩成小图标),单击弹出光驱或关闭光驱
最小化到任务栏(缩成小图标),单击弹出光驱或关闭光驱-Minimize to taskbar (缩成small icon), click the drive or turn off pop-up drive
- 2023-07-09 04:30:03下载
- 积分:1
-
本人热中与vb开发小软件 因为我只是一个学生哦,现在仍在锻炼中,有什么问题一定指教...
本人热中与vb开发小软件 因为我只是一个学生哦,现在仍在锻炼中,有什么问题一定指教-enthusiastic vb small software development because I am just a student, oh, it is still being tempered, what will enlighten
- 2023-02-18 04:40:03下载
- 积分:1