Link Search Menu Expand Document

ColorRGB Class

Represents a color in an RGB color space.
Inheritance Hierarchy
SystemObject
Bytescout.PDFColor
Bytescout.PDFDeviceColor
Bytescout.PDFColorRGB

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public class ColorRGB : DeviceColor

The ColorRGB type exposes the following members.

Constructors
NameDescription
Public methodColorRGB
Initializes a new instance of the Bytescout.PDF.ColorRGB class.
Top
Properties
NameDescription
Public propertyB
Gets the blue component value.
Public propertyColorspace
Gets the colorspace associated with this Bytescout.PDF.ColorRGB.
(Overrides ColorColorspace.)
Public propertyG
Gets the green component value.
Public propertyR
Gets the red component value.
Top
Methods
NameDescription
Public methodClone
Allows the creation of a shallow copy of this Bytescout.PDF.ColorRGB.
(Overrides ColorClone.)
Public methodEquals
Determines whether the specified Bytescout.PDF.ColorRGB is equal to the current Bytescout.PDF.ColorRGB.
(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.ColorRGB.
(Overrides ObjectToString.)
Top
See Also

Reference