Alpha16
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.image.color
- Platforms: .NET, .NET Standard 2.0, Island
Fields
A
var A: uint16;
uint16 A
var A: uint16
A uint16
FIELD A() As uint16
Instance Methods
constructor
constructor
Alpha16()
init()
Sub New()
constructor (UInt16)
// .NET, .NET Standard 2.0
constructor(aA: UInt16)
// Island
constructor(aA: uint16)
// .NET, .NET Standard 2.0
Alpha16(UInt16 aA)
// Island
Alpha16(uint16 aA)
// .NET, .NET Standard 2.0
init(_ aA: UInt16)
// Island
init(_ aA: uint16)
// .NET, .NET Standard 2.0
Sub New(aA As UInt16)
// Island
Sub New(aA As uint16)
Parameters:
- aA:
constructor (Alpha16)
constructor(value: Alpha16)
Alpha16(Alpha16 value)
init(_ value: Alpha16)
Sub New(value As Alpha16)
Parameters:
- value:
RGBA
method RGBA: tuple of (r: UInt32, g: UInt32, b: UInt32, a: UInt32)
(UInt32 r, UInt32 g, UInt32 b, UInt32 a) RGBA()
func RGBA() -> tuple of (UInt32, UInt32, UInt32, UInt32)
func RGBA() tuple of (|name=r| UInt32, |name=g| UInt32, |name=b| UInt32, |name=a| UInt32)
Function RGBA() As Tuple (Of UInt32, UInt32, UInt32, UInt32)