Table of Contents

Operator explicit operator

Namespace
PaintDotNet.Imaging
Assembly
PaintDotNet.Primitives.dll

explicit operator ColorAlpha8(byte)

public static explicit operator ColorAlpha8(byte value)

Parameters

value byte

Returns

ColorAlpha8

explicit operator byte(ColorAlpha8)

public static explicit operator byte(ColorAlpha8 color)

Parameters

color ColorAlpha8

Returns

byte