Show / Hide Table of Contents

Struct ColorSerialized

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.GetType()
object.Equals(object, object)
object.ReferenceEquals(object, object)
Namespace: SadConsole.SerializedTypes
Assembly: SadConsole.dll
Syntax
public struct ColorSerialized

Fields

A

Declaration
public byte A
Field Value
Type Description
byte

B

Declaration
public byte B
Field Value
Type Description
byte

G

Declaration
public byte G
Field Value
Type Description
byte

R

Declaration
public byte R
Field Value
Type Description
byte

Operators

implicit operator Color(ColorSerialized)

Declaration
public static implicit operator Color(ColorSerialized color)
Parameters
Type Name Description
ColorSerialized color
Returns
Type Description
Color

implicit operator ColorSerialized(Color)

Declaration
public static implicit operator ColorSerialized(Color color)
Parameters
Type Name Description
Color color
Returns
Type Description
ColorSerialized
In this article

Back to top

Back to top Generated by DocFX