RGB color.

Namespace: TallComponents.PDF.Colors
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public class RgbColor : DeviceColor
Visual Basic
Public Class RgbColor _
	Inherits DeviceColor

Remarks

A color specified with 3 components: Red, Green and Blue.

Inheritance Hierarchy

See Also