Create a new GrayColor from it's single color component.

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

Syntax

C#
public GrayColor(
	byte colorValue
)
Visual Basic
Public Sub New ( _
	colorValue As Byte _
)

Parameters

colorValue
Type: System..::..Byte
Grayscale value [0 - 255].

See Also