Table of Contents

Class GrayColor

Namespace
iTextSharp.text.pdf
Assembly
iTextSharp.LGPLv2.Core.dll

@author Paulo Soares (psoares@consiste.pt)

public class GrayColor : ExtendedColor
Inheritance
GrayColor
Inherited Members

Constructors

GrayColor(int)

public GrayColor(int intGray)

Parameters

intGray int

GrayColor(float)

public GrayColor(float floatGray)

Parameters

floatGray float

Fields

Grayblack

public static readonly GrayColor Grayblack

Field Value

GrayColor

Graywhite

public static readonly GrayColor Graywhite

Field Value

GrayColor

Properties

Gray

public float Gray { get; }

Property Value

float

Methods

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int