Table of Contents

Struct ColorPrgba64

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

Constructors

ColorPrgba64(ushort, ushort, ushort, ushort)
ColorPrgba64(ulong)

Properties

A
B
G
R
Rgba

Methods

Ceiling(ColorPrgba128Float)
Equals(ColorPrgba64)
Equals(object?)
Floor(ColorPrgba128Float)
FromRgba(ushort, ushort, ushort, ushort)
FromUInt64(ulong)
GetHashCode()
Round(ColorPrgba128Float, MidpointRounding)
ToUnpremultiplied()
Truncate(ColorPrgba128Float)

Operators

operator ==(ColorPrgba64, ColorPrgba64)
explicit operator ulong(ColorPrgba64)
explicit operator ColorPrgba64(ulong)
implicit operator ColorPrgba64(ColorBgr24)
implicit operator ColorPrgba64(ColorBgr48)
implicit operator ColorPrgba64(ColorGray8)
implicit operator ColorPrgba64(ColorPbgra32)
implicit operator ColorPrgba64(ColorPbgra64)
implicit operator ColorPrgba64(ColorPrgba32)
implicit operator ColorPrgba64(ColorRgb24)
implicit operator ColorPrgba64(ColorRgb48)
operator !=(ColorPrgba64, ColorPrgba64)