Table of Contents

Struct ColorPrgba128Float

Namespace
PaintDotNet.Imaging
Assembly
PaintDotNet.Primitives.dll
public struct ColorPrgba128Float : INaturalPixelInfo<ColorPrgba128Float>, INaturalPixelInfo, IPixelInfo, IInternalImpl, IEquatable<ColorPrgba128Float>
Implements
Inherited Members

Constructors

ColorPrgba128Float(float, float, float, float)

Properties

A
B
G
R
Transparent

Methods

Equals(ColorPrgba128Float)
Equals(object?)
GetHashCode()
ToString()
ToUnpremultiplied()

Operators

operator ==(ColorPrgba128Float, ColorPrgba128Float)
explicit operator Vector4Float(ColorPrgba128Float)
explicit operator Vector4(ColorPrgba128Float)
explicit operator Vector128<float>(ColorPrgba128Float)
explicit operator ColorPrgba128Float(Vector4Float)
explicit operator ColorPrgba128Float(Vector4)
explicit operator ColorPrgba128Float(Vector128<float>)
implicit operator ColorPrgba128Float(ColorBgr24)
implicit operator ColorPrgba128Float(ColorBgr48)
implicit operator ColorPrgba128Float(ColorGray8)
implicit operator ColorPrgba128Float(ColorPbgra32)
implicit operator ColorPrgba128Float(ColorPbgra64)
implicit operator ColorPrgba128Float(ColorPrgba32)
implicit operator ColorPrgba128Float(ColorPrgba64)
implicit operator ColorPrgba128Float(ColorRgb24)
implicit operator ColorPrgba128Float(ColorRgb48)
operator !=(ColorPrgba128Float, ColorPrgba128Float)