Table of Contents

Struct ColorPrgba32

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

Constructors

ColorPrgba32(byte, byte, byte, byte)
ColorPrgba32(uint)

Properties

A
B
G
R
Rgba

Methods

Ceiling(ColorPrgba128Float)
Equals(ColorPrgba32)
Equals(object?)
Floor(ColorPrgba128Float)
FromRgba(byte, byte, byte, byte)
FromUInt32(uint)
GetHashCode()
Round(ColorPrgba128Float, MidpointRounding)
ToUnpremultiplied()
Truncate(ColorPrgba128Float)

Operators

operator ==(ColorPrgba32, ColorPrgba32)
explicit operator uint(ColorPrgba32)
explicit operator ColorPrgba32(uint)
implicit operator ColorPrgba32(ColorBgr24)
implicit operator ColorPrgba32(ColorGray8)
implicit operator ColorPrgba32(ColorPbgra32)
implicit operator ColorPrgba32(ColorRgb24)
operator !=(ColorPrgba32, ColorPrgba32)