Alpha

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: uint8;

 

uint8 A

 

var A: uint8

 

A uint8

 

FIELD A() As uint8

Instance Methods


constructor

 

constructor

 

Alpha()

 

init()

 

Sub New()

constructor (Byte)

 

// .NET, .NET Standard 2.0
constructor(aA: Byte)
// Island
constructor(aA: uint8)

 

// .NET, .NET Standard 2.0
Alpha(Byte aA)
// Island
Alpha(uint8 aA)

 

// .NET, .NET Standard 2.0
init(_ aA: Byte)
// Island
init(_ aA: uint8)

 

// .NET, .NET Standard 2.0
Sub New(aA As Byte)
// Island
Sub New(aA As uint8)

Parameters:

  • aA:

constructor (Alpha)

 

constructor(value: Alpha)

 

Alpha(Alpha value)

 

init(_ value: Alpha)

 

Sub New(value As Alpha)

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() -> (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)