文件名称:CreateCustomColor
- 所属分类:
- 3D图形编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 66kb
- 下载次数:
- 0次
- 提 供 者:
- 秦**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
展示如何繪製關聯的彩色地圖矩陣指數Y數據的彩條。在某些圖形應用程序,你可能要直接映射對象,根據給定的顏色數據的表面顏色。在這告訴你如何創建自定義顏色底紋。-Create a Custom Color Shading in C#
In my previous article (for more info, please visit www.publishing.unicadinc.com), I have shown you how to draw color bars by associating the y data with the indices of the color map matrix. In some graphics applications, you may want to directly map the color of a surface object according to a given set of color data. In this article, I will show you how to create such a custom color shading.
In my previous article (for more info, please visit www.publishing.unicadinc.com), I have shown you how to draw color bars by associating the y data with the indices of the color map matrix. In some graphics applications, you may want to directly map the color of a surface object according to a given set of color data. In this article, I will show you how to create such a custom color shading.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
CreateCustomColor\Backup\Example1_9\ColorMap.cs
.................\......\..........\Example1_9.csproj
.................\......\..........\Form1.cs
.................\......\..........\Form1.Designer.cs
.................\......\..........\PointC.cs
.................\......\..........\Program.cs
.................\......\..........\...perties\AssemblyInfo.cs
.................\......\..........\..........\Resources.Designer.cs
.................\......\..........\..........\Resources.resx
.................\......\..........\..........\Settings.Designer.cs
.................\......\..........\..........\Settings.settings
.................\......\Example1_9.sln
.................\......\Example1_9.suo
.................\Example1_9\bin\Debug\Example1_9.exe
.................\..........\...\.....\Example1_9.pdb
.................\..........\...\.....\Example1_9.vshost.exe
.................\..........\ColorMap.cs
.................\..........\Example1_9.csproj
.................\..........\Form1.cs
.................\..........\Form1.Designer.cs
.................\..........\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
.................\..........\...\.....\Example1_9.csproj.FileListAbsolute.txt
.................\..........\...\.....\Example1_9.exe
.................\..........\...\.....\Example1_9.pdb
.................\..........\...\.....\Example1_9.Properties.Resources.resources
.................\..........\...\.....\GenerateResource-ResGen.read.1.tlog
.................\..........\...\.....\GenerateResource-ResGen.write.1.tlog
.................\..........\...\.....\TempPE\Properties.Resources.Designer.cs.dll
.................\..........\PointC.cs
.................\..........\Program.cs
.................\..........\...perties\AssemblyInfo.cs
.................\..........\..........\Resources.Designer.cs
.................\..........\..........\Resources.resx
.................\..........\..........\Settings.Designer.cs
.................\..........\..........\Settings.settings
.................\Example1_9.sln
.................\Example1_9.suo
.................\UpgradeLog.XML
.................\_UpgradeReport_Files\UpgradeReport.css
.................\....................\UpgradeReport.xslt
.................\....................\UpgradeReport_Minus.gif
.................\....................\UpgradeReport_Plus.gif
.................\新文字文件.txt
.................\Example1_9\obj\Debug\TempPE
.................\Backup\Example1_9\Properties
.................\Example1_9\bin\Debug
.................\..........\...\Release
.................\..........\obj\Debug
.................\Backup\Example1_9
.................\Example1_9\bin
.................\..........\obj
.................\..........\Properties
.................\Backup
.................\Example1_9
.................\_UpgradeReport_Files
CreateCustomColor
.................\......\..........\Example1_9.csproj
.................\......\..........\Form1.cs
.................\......\..........\Form1.Designer.cs
.................\......\..........\PointC.cs
.................\......\..........\Program.cs
.................\......\..........\...perties\AssemblyInfo.cs
.................\......\..........\..........\Resources.Designer.cs
.................\......\..........\..........\Resources.resx
.................\......\..........\..........\Settings.Designer.cs
.................\......\..........\..........\Settings.settings
.................\......\Example1_9.sln
.................\......\Example1_9.suo
.................\Example1_9\bin\Debug\Example1_9.exe
.................\..........\...\.....\Example1_9.pdb
.................\..........\...\.....\Example1_9.vshost.exe
.................\..........\ColorMap.cs
.................\..........\Example1_9.csproj
.................\..........\Form1.cs
.................\..........\Form1.Designer.cs
.................\..........\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
.................\..........\...\.....\Example1_9.csproj.FileListAbsolute.txt
.................\..........\...\.....\Example1_9.exe
.................\..........\...\.....\Example1_9.pdb
.................\..........\...\.....\Example1_9.Properties.Resources.resources
.................\..........\...\.....\GenerateResource-ResGen.read.1.tlog
.................\..........\...\.....\GenerateResource-ResGen.write.1.tlog
.................\..........\...\.....\TempPE\Properties.Resources.Designer.cs.dll
.................\..........\PointC.cs
.................\..........\Program.cs
.................\..........\...perties\AssemblyInfo.cs
.................\..........\..........\Resources.Designer.cs
.................\..........\..........\Resources.resx
.................\..........\..........\Settings.Designer.cs
.................\..........\..........\Settings.settings
.................\Example1_9.sln
.................\Example1_9.suo
.................\UpgradeLog.XML
.................\_UpgradeReport_Files\UpgradeReport.css
.................\....................\UpgradeReport.xslt
.................\....................\UpgradeReport_Minus.gif
.................\....................\UpgradeReport_Plus.gif
.................\新文字文件.txt
.................\Example1_9\obj\Debug\TempPE
.................\Backup\Example1_9\Properties
.................\Example1_9\bin\Debug
.................\..........\...\Release
.................\..........\obj\Debug
.................\Backup\Example1_9
.................\Example1_9\bin
.................\..........\obj
.................\..........\Properties
.................\Backup
.................\Example1_9
.................\_UpgradeReport_Files
CreateCustomColor