Table of Contents

Struct SrgbColorA

Namespace
PaintDotNet.Imaging
Assembly
PaintDotNet.Primitives.dll
public readonly struct SrgbColorA : IEquatable<SrgbColorA>
Implements
Inherited Members

Methods

Equals(SrgbColorA)
Equals(object?)
GetHashCode()
ToLinear()

Operators

operator ==(SrgbColorA, SrgbColorA)
explicit operator SrgbColorA(ColorBgr24)
explicit operator SrgbColorA(ColorBgr48)
explicit operator SrgbColorA(ColorBgra32)
explicit operator SrgbColorA(ColorBgra64)
explicit operator SrgbColorA(ColorGray8)
explicit operator SrgbColorA(ColorPbgra32)
explicit operator SrgbColorA(ColorPbgra64)
explicit operator SrgbColorA(ColorPrgba128Float)
explicit operator SrgbColorA(ColorPrgba32)
explicit operator SrgbColorA(ColorPrgba64)
explicit operator SrgbColorA(ColorRgb24)
explicit operator SrgbColorA(ColorRgb48)
explicit operator SrgbColorA(ColorRgb96Float)
explicit operator SrgbColorA(ColorRgba128Float)
explicit operator SrgbColorA(ColorRgba32)
explicit operator SrgbColorA(ColorRgba64)
explicit operator SrgbColorA(LinearColorA)
explicit operator SrgbColorA(Color)
implicit operator SrgbColorA(SrgbColor)
implicit operator ColorBgra32(SrgbColorA)
implicit operator ColorBgra64(SrgbColorA)
implicit operator ColorPbgra32(SrgbColorA)
implicit operator ColorPbgra64(SrgbColorA)
implicit operator ColorPrgba128Float(SrgbColorA)
implicit operator ColorPrgba32(SrgbColorA)
implicit operator ColorPrgba64(SrgbColorA)
implicit operator ColorRgba128Float(SrgbColorA)
implicit operator ColorRgba32(SrgbColorA)
implicit operator ColorRgba64(SrgbColorA)
implicit operator Color(SrgbColorA)
operator !=(SrgbColorA, SrgbColorA)