Class IccTagDataEntry
The data of an ICC tag entry
Implements
Inherited Members
Namespace: SixLabors.ImageSharp.Metadata.Profiles.Icc
Assembly: SixLabors.ImageSharp.dll
Syntax
public abstract class IccTagDataEntry : IEquatable<IccTagDataEntry>
Constructors
| Edit this page View SourceIccTagDataEntry(IccTypeSignature)
Initializes a new instance of the IccTagDataEntry class. TagSignature will be Unknown
Declaration
protected IccTagDataEntry(IccTypeSignature signature)
Parameters
Type | Name | Description |
---|---|---|
IccTypeSignature | signature | Type Signature |
IccTagDataEntry(IccTypeSignature, IccProfileTag)
Initializes a new instance of the IccTagDataEntry class.
Declaration
protected IccTagDataEntry(IccTypeSignature signature, IccProfileTag tagSignature)
Parameters
Type | Name | Description |
---|---|---|
IccTypeSignature | signature | Type Signature |
IccProfileTag | tagSignature | Tag Signature |
Properties
| Edit this page View SourceSignature
Gets the type Signature
Declaration
public IccTypeSignature Signature { get; }
Property Value
Type | Description |
---|---|
IccTypeSignature |
TagSignature
Gets or sets the tag Signature
Declaration
public IccProfileTag TagSignature { get; set; }
Property Value
Type | Description |
---|---|
IccProfileTag |
Methods
| Edit this page View SourceEquals(IccTagDataEntry?)
Indicates whether the current object is equal to another object of the same type.
Declaration
public virtual bool Equals(IccTagDataEntry? other)
Parameters
Type | Name | Description |
---|---|---|
IccTagDataEntry | other | An object to compare with this object. |
Returns
Type | Description |
---|---|
bool | true if the current object is equal to the |
Equals(object?)
Determines whether the specified object is equal to the current object.
Declaration
public override bool Equals(object? obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj | The object to compare with the current object. |
Returns
Type | Description |
---|---|
bool | true if the specified object is equal to the current object; otherwise, false. |
Overrides
| Edit this page View SourceGetHashCode()
Serves as the default hash function.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
int | A hash code for the current object. |