Table of Contents

Struct ColorBgr32

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

Constructors

ColorBgr32(ColorBgr24)
ColorBgr32(ColorBgr24, byte)
ColorBgr32(byte, byte, byte)
ColorBgr32(byte, byte, byte, byte)
ColorBgr32(uint)

Properties

B
Bgr
Bgrx
G
Intensity
IntensityFloat
R
X

Methods

Ceiling(ColorRgb96Float)
Equals(ColorBgr32)
Equals(object?)
Floor(ColorRgb96Float)
FromBgr(byte, byte, byte)
FromBgrx(byte, byte, byte, byte)
FromUInt32(uint)
GetHashCode()
Round(ColorRgb96Float, MidpointRounding)
Truncate(ColorRgb96Float)

Operators

operator ==(ColorBgr32, ColorBgr32)
explicit operator Color(ColorBgr32)
explicit operator uint(ColorBgr32)
explicit operator ColorBgr32(ColorBgra32)
explicit operator ColorBgr32(ColorRgba32)
explicit operator ColorBgr32(uint)
implicit operator ColorBgr32(ColorBgr24)
implicit operator ColorBgr32(ColorGray8)
implicit operator ColorBgr32(ColorRgb24)
implicit operator ColorBgr32(ColorRgb32)
operator !=(ColorBgr32, ColorBgr32)