Describes color components.
Namespace:
DYMO.Label.FrameworkAssembly: DYMO.Label.Framework (in DYMO.Label.Framework.dll) Version: 1.0.0.0 (8.4.0.1475)
Syntax
Remarks
Color describes color components in RGB color scheme. This includes alpha channel as well.
The valid range for each component is [0-255].
Use Color(Byte, Byte, Byte, Byte) to create a color instance.
To obtain the most useful colors, use Colors class.