ColorHelperGetColorFromNetName Method

Gets a color depending on the given net name

Definition

Namespace: PCB_Investigator.PCBIStyleLibrary
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static Color GetColorFromNetName(
	string netName
)

Parameters

netName  String
net name

Return Value

Color
color

See Also