Show / Hide Table of Contents

Class Color

Inheritance
System.Object
ModelBase
Color
Implements
System.Runtime.Serialization.IExtensibleDataObject
IColor
Inherited Members
ModelBase.ExtensionData
Namespace: MAT.Atlas.Automation.Api.Models
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public sealed class Color : ModelBase, IExtensibleDataObject, IColor

Constructors

Color()

Declaration
public Color()

Color(Byte, Byte, Byte, Byte)

Declaration
public Color(byte alpha, byte red, byte green, byte blue)
Parameters
Type Name Description
System.Byte alpha
System.Byte red
System.Byte green
System.Byte blue

Fields

Empty

Declaration
public static readonly Color Empty
Field Value
Type Description
Color

Properties

Alpha

Declaration
public byte Alpha { get; set; }
Property Value
Type Description
System.Byte

Blue

Declaration
public byte Blue { get; set; }
Property Value
Type Description
System.Byte

Green

Declaration
public byte Green { get; set; }
Property Value
Type Description
System.Byte

Red

Declaration
public byte Red { get; set; }
Property Value
Type Description
System.Byte

Implements

System.Runtime.Serialization.IExtensibleDataObject
IColor
In This Article
  • Constructors
    • Color()
    • Color(Byte, Byte, Byte, Byte)
  • Fields
    • Empty
  • Properties
    • Alpha
    • Blue
    • Green
    • Red
  • Implements
Back to top Generated by DocFX