Gray16

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


Y

 

var Y: uint16;

 

uint16 Y

 

var Y: uint16

 

Y uint16

 

FIELD Y() As uint16

Instance Methods


constructor

 

constructor

 

Gray16()

 

init()

 

Sub New()

constructor (UInt16)

 

// .NET, .NET Standard 2.0
constructor(aY: UInt16)
// Island
constructor(aY: uint16)

 

// .NET, .NET Standard 2.0
Gray16(UInt16 aY)
// Island
Gray16(uint16 aY)

 

// .NET, .NET Standard 2.0
init(_ aY: UInt16)
// Island
init(_ aY: uint16)

 

// .NET, .NET Standard 2.0
Sub New(aY As UInt16)
// Island
Sub New(aY As uint16)

Parameters:

  • aY:

constructor (Gray16)

 

constructor(value: Gray16)

 

Gray16(Gray16 value)

 

init(_ value: Gray16)

 

Sub New(value As Gray16)

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)