Rgb color.

Namespace: TallComponents.PDF.Layout.Colors
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
[SerializableAttribute]
public class RgbColor : Color
Visual Basic
<SerializableAttribute> _
Public Class RgbColor _
	Inherits Color

Remarks

A color specified with 3 components: Red, Gree ans Blue.

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Layout.Colors..::..Color
    TallComponents.PDF.Layout.Colors..::..RgbColor

See Also