Show / Hide Table of Contents

Class DFColor

Stores colour data.

Inheritance
Object
DFColor
Namespace: DaggerfallConnect.Utility
Assembly: Assembly-CSharp.dll
Syntax
public class DFColor

Constructors

| Improve this Doc View Source

DFColor()

Default constructor.

Declaration
public DFColor()
| Improve this Doc View Source

DFColor(Byte, Byte, Byte)

Value constructor RGB.

Declaration
public DFColor(byte r, byte g, byte b)
Parameters
Type Name Description
Byte r
Byte g
Byte b
| Improve this Doc View Source

DFColor(Byte, Byte, Byte, Byte)

Value constructor RGBA.

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

Fields

| Improve this Doc View Source

A

Declaration
public byte A
Field Value
Type Description
Byte
| Improve this Doc View Source

B

Declaration
public byte B
Field Value
Type Description
Byte
| Improve this Doc View Source

G

Declaration
public byte G
Field Value
Type Description
Byte
| Improve this Doc View Source

R

Declaration
public byte R
Field Value
Type Description
Byte
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX