Gray color.

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

Syntax

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

Remarks

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

Inheritance Hierarchy

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

See Also