YCbCr

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.image.color
  • Platforms: .NET, .NET Standard 2.0, Island


 

constructor

 

constructor

 

YCbCr()

 

init()

 

Sub New()

constructor (Byte, Byte, Byte)

 

// .NET, .NET Standard 2.0
constructor(aY: Byte; aCb: Byte; aCr: Byte)
// Island
constructor(aY: uint8; aCb: uint8; aCr: uint8)

 

// .NET, .NET Standard 2.0
YCbCr(Byte aY, Byte aCb, Byte aCr)
// Island
YCbCr(uint8 aY, uint8 aCb, uint8 aCr)

 

// .NET, .NET Standard 2.0
init(_ aY: Byte, _ aCb: Byte, _ aCr: Byte)
// Island
init(_ aY: uint8, _ aCb: uint8, _ aCr: uint8)

 

// .NET, .NET Standard 2.0
Sub New(aY As Byte, aCb As Byte, aCr As Byte)
// Island
Sub New(aY As uint8, aCb As uint8, aCr As uint8)

Parameters:

  • aY:
  • aCb:
  • aCr:

constructor (YCbCr)

 

constructor(value: YCbCr)

 

YCbCr(YCbCr value)

 

init(_ value: YCbCr)

 

Sub New(value As YCbCr)

Parameters:

  • value:

Cb

 

var Cb: uint8;

 

uint8 Cb

 

var Cb: uint8

 

Cb uint8

 

FIELD Cb() As uint8

Cr

 

var Cr: uint8;

 

uint8 Cr

 

var Cr: uint8

 

Cr uint8

 

FIELD Cr() As uint8

RGBA

 

method RGBA: tuple of (UInt32, UInt32, UInt32, UInt32)

 

(UInt32, UInt32, UInt32, UInt32) RGBA()

 

func RGBA() -> (UInt32, UInt32, UInt32, UInt32)

 

func RGBA() tuple of (UInt32, UInt32, UInt32, UInt32)

 

Function RGBA() As Tuple (Of UInt32, UInt32, UInt32, UInt32)

Y

 

var Y: uint8;

 

uint8 Y

 

var Y: uint8

 

Y uint8

 

FIELD Y() As uint8

 

Cb

 

var Cb: uint8;

 

uint8 Cb

 

var Cb: uint8

 

Cb uint8

 

FIELD Cb() As uint8

Cr

 

var Cr: uint8;

 

uint8 Cr

 

var Cr: uint8

 

Cr uint8

 

FIELD Cr() As uint8

Y

 

var Y: uint8;

 

uint8 Y

 

var Y: uint8

 

Y uint8

 

FIELD Y() As uint8

 

constructor

 

constructor

 

YCbCr()

 

init()

 

Sub New()

constructor (Byte, Byte, Byte)

 

// .NET, .NET Standard 2.0
constructor(aY: Byte; aCb: Byte; aCr: Byte)
// Island
constructor(aY: uint8; aCb: uint8; aCr: uint8)

 

// .NET, .NET Standard 2.0
YCbCr(Byte aY, Byte aCb, Byte aCr)
// Island
YCbCr(uint8 aY, uint8 aCb, uint8 aCr)

 

// .NET, .NET Standard 2.0
init(_ aY: Byte, _ aCb: Byte, _ aCr: Byte)
// Island
init(_ aY: uint8, _ aCb: uint8, _ aCr: uint8)

 

// .NET, .NET Standard 2.0
Sub New(aY As Byte, aCb As Byte, aCr As Byte)
// Island
Sub New(aY As uint8, aCb As uint8, aCr As uint8)

Parameters:

  • aY:
  • aCb:
  • aCr:

constructor (YCbCr)

 

constructor(value: YCbCr)

 

YCbCr(YCbCr value)

 

init(_ value: YCbCr)

 

Sub New(value As YCbCr)

Parameters:

  • value:

RGBA

 

method RGBA: tuple of (UInt32, UInt32, UInt32, UInt32)

 

(UInt32, UInt32, UInt32, UInt32) RGBA()

 

func RGBA() -> (UInt32, UInt32, UInt32, UInt32)

 

func RGBA() tuple of (UInt32, UInt32, UInt32, UInt32)

 

Function RGBA() As Tuple (Of UInt32, UInt32, UInt32, UInt32)