Skip to main content
Skip table of contents

GrayColor

GrayColor Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf
  iTextSharp.text.pdf.GrayColor[[GrayColor]]
  iTextSharp.text.pdf.ExtendedColor[[ExtendedColor]]
  class iTextSharp.text.pdf.ExtendedColor abstractStyle;
  end
iTextSharp.text.pdf.ExtendedColor --> iTextSharp.text.pdf.GrayColor

Members

Properties

Public properties
TypeNameMethods
floatGrayget

Methods

Public methods
ReturnsName
boolEquals(object obj)
intGetHashCode()

Details

Inheritance

Constructors

GrayColor [1/2]

Source code

public GrayColor(int intGray)
Arguments
TypeNameDescription
intintGray
GrayColor [2/2]

Source code

public GrayColor(float floatGray)
Arguments
TypeNameDescription
floatfloatGray

Methods

Equals

Source code

public override bool Equals(object obj)
Arguments
TypeNameDescription
objectobj
GetHashCode

Source code

public override int GetHashCode()

Properties

Gray
public virtual float Gray { get; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.