Table of Contents

Struct Color32

Namespace
FellowOakDicom.Imaging
Assembly
fo-dicom.core.dll
public struct Color32
Inherited Members
Extension Methods

Constructors

Color32(byte, byte, byte, byte)

public Color32(byte a, byte r, byte g, byte b)

Parameters

a byte
r byte
g byte
b byte

Color32(int)

public Color32(int c)

Parameters

c int

Fields

Black

public static readonly Color32 Black

Field Value

Color32

White

public static readonly Color32 White

Field Value

Color32

Properties

A

Alpha

public byte A { get; set; }

Property Value

byte

B

Blue

public byte B { get; set; }

Property Value

byte

G

Green

public byte G { get; set; }

Property Value

byte

R

Red

public byte R { get; set; }

Property Value

byte

Value

ARGB

public int Value { readonly get; set; }

Property Value

int