Class PremultipliedRgba8Image
public sealed record PremultipliedRgba8Image : IEquatable<PremultipliedRgba8Image>
- Inheritance
-
PremultipliedRgba8Image
- Implements
- Inherited Members
Constructors
PremultipliedRgba8Image(byte[], TextureImageInfo)
public PremultipliedRgba8Image(byte[] Bytes, TextureImageInfo Info)
Parameters
Bytesbyte[]InfoTextureImageInfo
Properties
Bytes
public byte[] Bytes { get; }
Property Value
- byte[]
Info
public TextureImageInfo Info { get; }
Property Value
Methods
Equals(PremultipliedRgba8Image?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(PremultipliedRgba8Image? other)
Parameters
otherPremultipliedRgba8ImageAn object to compare with this object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.