PCBIColorsGetLayerTypeColor Method

Return the color of PCB-Investigator layer list background and matrix.

Definition

Namespace: PCB_Investigator.PCBIStyleLibrary
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static Color GetLayerTypeColor(
	MatrixLayerType MType,
	MatrixLayerContext MContext = MatrixLayerContext.Board
)

Parameters

MType  MatrixLayerType
The type of relevant color
MContext  MatrixLayerContext  (Optional)
The content of relevant color

Return Value

Color
Color of internal using

See Also