Table of Contents

Method FromOpaqueInt32

Namespace
PaintDotNet
Assembly
PaintDotNet.Core.dll

FromOpaqueInt32(int)

Constructs a new ColorBgra instance given a 32-bit signed integer that represents an R,G,B triple. Alpha will be initialized to 255.

public static ColorBgra FromOpaqueInt32(int bgr)

Parameters

bgr int

Returns

ColorBgra