Gray color.

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

Syntax

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

Remarks

A color specified with only 1 component: The grayscale value.

Inheritance Hierarchy

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

See Also