ColorGray ClassByteScout PDF SDK
Represents a color in a Gray color space.
Inheritance Hierarchy

SystemObject
  Bytescout.PDFColor
    Bytescout.PDFDeviceColor
      Bytescout.PDFColorGray

Namespace:  Bytescout.PDF
Assembly:  Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax

public class ColorGray : DeviceColor

The ColorGray type exposes the following members.

Constructors

  NameDescription
Public methodColorGray
Initializes a new instance of the Bytescout.PDF.ColorGray class.
Top
Properties

  NameDescription
Public propertyColorspace
Gets the colorspace associated with this Bytescout.PDF.ColorGray.
(Overrides ColorColorspace.)
Public propertyG
Gets the gray level of color.
Top
Methods

  NameDescription
Public methodClone
Allows the creation of a shallow copy of this Bytescout.PDF.ColorGray.
(Overrides ColorClone.)
Public methodEquals
Determines whether the specified Bytescout.PDF.ColorGray is equal to the current Bytescout.PDF.ColorGray.
(Overrides ObjectEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a System.String that represents the current Bytescout.PDF.ColorGray.
(Overrides ObjectToString.)
Top
See Also

Reference