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
Color32(int)
public Color32(int c)
Parameters
c
int
Fields
Black
public static readonly Color32 Black
Field Value
White
public static readonly Color32 White
Field Value
Properties
A
Alpha
public byte A { get; set; }
Property Value
B
Blue
public byte B { get; set; }
Property Value
G
Green
public byte G { get; set; }
Property Value
R
Red
public byte R { get; set; }
Property Value
Value
ARGB
public int Value { readonly get; set; }