Crcos程序的所支持的颜色
CircosColor
01 Syntax
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| loadResource | 1 | 从资源文件之中加载可以被使用的CIRCOS颜色映射数据,这个函数会在模块的构造函数之中自动调用 |
| FromKnownColorName | 1 | Gets the .NET color object from the circos color name. |
| FromRGB | 1 | Gets circos color name from the .NET color object R,G,B value. |
| FromHsv | 1 | 将hsv颜色转换为Circos里面的颜色名称 |
| ColorFromHSV | 1 | Gets .NET color object from the hsv color value. |
| FromColor | 1 | 将VB.NET的颜色映射为Perl之中的颜色 |
| ColorProfiles | 1 | Mappings each item in the categories into the Circos color name to generates a color profiles for drawing the elements in the circos plot. |
| ColorProfiles | 1 | Mappings each item in the categories into the Circos color name to generates a color profiles for drawing the elements in the circos plot. |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| AllCircosColors | 1 | |
| DefaultCOGColor | 1 |
04 Fields
| Name | Overloads | Summary |
|---|---|---|
| ColorNames | 1 | 在这里是需要根据RGB的数值将其映射为文本 |
05 Members
从资源文件之中加载可以被使用的CIRCOS颜色映射数据,这个函数会在模块的构造函数之中自动调用
String)Gets the .NET color object from the circos color name. If the function failed, then the Color.Black value will be return.
| Name | Type | Description |
|---|---|---|
Name | String | - |
Int32, Int32, Int32)Gets circos color name from the .NET color object R,G,B value.
| Name | Type | Description |
|---|---|---|
R | Int32 | - |
G | Int32 | - |
B | Int32 | - |
Double, Double, Double)将hsv颜色转换为Circos里面的颜色名称
| Name | Type | Description |
|---|---|---|
H | Double | - |
S | Double | - |
V | Double | - |
Double, Double, Double)Gets .NET color object from the hsv color value.
| Name | Type | Description |
|---|---|---|
hue | Double | - |
saturation | Double | - |
value | Double | - |
Color)将VB.NET的颜色映射为Perl之中的颜色
Gets the Circos color name from the .NET color object RGB value.
| Name | Type | Description |
|---|---|---|
Color | Color | - |
``0())Mappings each item in the categories into the Circos color name to generates a color profiles for drawing the elements in the circos plot. (生成颜色谱, {categories, Circos Color Code})
| Name | Type | Description |
|---|---|---|
categories | ``0() | - |
IEnumerable(Of String))Mappings each item in the categories into the Circos color name to generates a color profiles for drawing the elements in the circos plot.
| Name | Type | Description |
|---|---|---|
categories | IEnumerable(Of String) | - |
在这里是需要根据RGB的数值将其映射为文本