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

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

Syntax

C#
public GrayColor(
	double colorValue
)
Visual Basic
Public Sub New ( _
	colorValue As Double _
)

Parameters

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

See Also