Table of Contents

Struct ColorBgr24

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

Constructors

ColorBgr24(byte, byte, byte)

Properties

B
Bgr
G
Intensity
IntensityFloat
R

Methods

Ceiling(ColorRgb96Float)
Equals(ColorBgr24)
Equals(object?)
Floor(ColorRgb96Float)
FromBgr(byte, byte, byte)
FromInt24(int)
GetHashCode()
Round(ColorRgb96Float, MidpointRounding)
ToString()
Truncate(ColorRgb96Float)

Operators

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