VideoOS.Platform.Data.TColor Class Reference

The representation of an ARGB color. More...

Inheritance diagram for VideoOS.Platform.Data.TColor:

Properties

byte A [get, set]
 The alpha channel [0;255]. 0 represents a fully transparent color, and 255 represents a fully opaque color.
 
byte B [get, set]
 The blue color channel [0;255].
 
System.Runtime.Serialization.ExtensionDataObject ExtensionData [get, set]
 
byte G [get, set]
 The green color channel [0;255].
 
byte R [get, set]
 The red color channel [0;255].
 

Detailed Description

The representation of an ARGB color.

Property Documentation

◆ A

byte VideoOS.Platform.Data.TColor.A
getset

The alpha channel [0;255]. 0 represents a fully transparent color, and 255 represents a fully opaque color.

◆ B

byte VideoOS.Platform.Data.TColor.B
getset

The blue color channel [0;255].

◆ ExtensionData

System.Runtime.Serialization.ExtensionDataObject VideoOS.Platform.Data.TColor.ExtensionData
getset

◆ G

byte VideoOS.Platform.Data.TColor.G
getset

The green color channel [0;255].

◆ R

byte VideoOS.Platform.Data.TColor.R
getset

The red color channel [0;255].