Search Results for

    Show / Hide Table of Contents

    Struct Color32

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: Dicom.Imaging
    Assembly: cs.temp.dll.dll
    Syntax
    public struct Color32

    Constructors

    Color32(Byte, Byte, Byte, Byte)

    Declaration
    public Color32(byte a, byte r, byte g, byte b)
    Parameters
    Type Name Description
    Byte a
    Byte r
    Byte g
    Byte b

    Color32(Int32)

    Declaration
    public Color32(int c)
    Parameters
    Type Name Description
    Int32 c

    Fields

    Black

    Declaration
    public static readonly Color32 Black
    Field Value
    Type Description
    Color32

    White

    Declaration
    public static readonly Color32 White
    Field Value
    Type Description
    Color32

    Properties

    A

    Alpha

    Declaration
    public byte A { get; set; }
    Property Value
    Type Description
    Byte

    B

    Blue

    Declaration
    public byte B { get; set; }
    Property Value
    Type Description
    Byte

    G

    Green

    Declaration
    public byte G { get; set; }
    Property Value
    Type Description
    Byte

    R

    Red

    Declaration
    public byte R { get; set; }
    Property Value
    Type Description
    Byte

    Value

    ARGB

    Declaration
    public int Value { readonly get; set; }
    Property Value
    Type Description
    Int32
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors