TypeColor Class

Special color definition for xml saving and loading.

Definition

Namespace: PCBI
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
[SerializableAttribute]
public class TypeColor
Inheritance
Object    TypeColor

Constructors

TypeColorInitializes a new instance of the TypeColor class

Fields

B Blue part of the used color.
G Green part of the used color.
LayerIndex Index of the layer.
R Red part of the used color.

See Also