NYCbCrA

Overview

Location

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


 

constructor

 

constructor

 

NYCbCrA()

 

init()

 

Sub New()

constructor (YCbCr, Slice<Byte>, Int64)

 

// .NET, .NET Standard 2.0
constructor(aYCbCr: YCbCr; aA: Slice<Byte>; aAStride: Int64)
// Island
constructor(aYCbCr: YCbCr; aA: Slice<Byte>; aAStride: int)

 

// .NET, .NET Standard 2.0
NYCbCrA(YCbCr aYCbCr, Slice<Byte> aA, Int64 aAStride)
// Island
NYCbCrA(YCbCr aYCbCr, Slice<Byte> aA, int aAStride)

 

// .NET, .NET Standard 2.0
init(_ aYCbCr: YCbCr, _ aA: Slice<Byte>, _ aAStride: Int64)
// Island
init(_ aYCbCr: YCbCr, _ aA: Slice<Byte>, _ aAStride: int)

 

// .NET, .NET Standard 2.0
Sub New(aYCbCr As YCbCr, aA As Slice<Byte>, aAStride As Int64)
// Island
Sub New(aYCbCr As YCbCr, aA As Slice<Byte>, aAStride As int)

Parameters:

  • aYCbCr:
  • aA:
  • aAStride:

constructor (NYCbCrA)

 

constructor(value: NYCbCrA)

 

NYCbCrA(NYCbCrA value)

 

init(_ value: NYCbCrA)

 

Sub New(value As NYCbCrA)

Parameters:

  • value:

A

 

var A: Slice<Byte>;

 

Slice<Byte> A

 

var A: Slice<Byte>

 

A Slice<Byte>

 

FIELD A() As Slice<Byte>

AOffset

 

method AOffset(x: int; y: int): int

 

int AOffset(int x, int y)

 

func AOffset(_ x: int, _ y: int) -> int

 

func AOffset(x int, y int) int

 

Function AOffset(x As int, y As int) As int

Parameters:

  • x:
  • y:

AStride

 

var AStride: int;

 

int AStride

 

var AStride: int

 

AStride int

 

FIELD AStride() As int

At (int, int): Color Island

 

method At(x: int; y: int): Color

 

Color At(int x, int y)

 

func At(_ x: int, _ y: int) -> Color

 

func At(x int, y int) Color

 

Function At(x As int, y As int) As Color

Parameters:

  • x:
  • y:

At (int, int): Color

 

method At(x: int; y: int): Color

 

Color At(int x, int y)

 

func At(_ x: int, _ y: int) -> Color

 

func At(x int, y int) Color

 

Function At(x As int, y As int) As Color

Parameters:

  • x:
  • y:

Bounds

 

method Bounds: Rectangle

 

Rectangle Bounds()

 

func Bounds() -> Rectangle

 

func Bounds() Rectangle

 

Function Bounds() As Rectangle

Cb

 

property Cb: Slice<Byte> read write;

 

Slice<Byte> Cb { get; set; }

 

var Cb: Slice<Byte> { get{} set{} }

 

Cb Slice<Byte>

 

Property Cb() As Slice<Byte>

COffset

 

method COffset(x: int; y: int): int

 

int COffset(int x, int y)

 

func COffset(_ x: int, _ y: int) -> int

 

func COffset(x int, y int) int

 

Function COffset(x As int, y As int) As int

Parameters:

  • x:
  • y:

ColorModel Island

 

method ColorModel: Model

 

Model ColorModel()

 

func ColorModel() -> Model

 

func ColorModel() Model

 

Function ColorModel() As Model

Cr

 

property Cr: Slice<Byte> read write;

 

Slice<Byte> Cr { get; set; }

 

var Cr: Slice<Byte> { get{} set{} }

 

Cr Slice<Byte>

 

Property Cr() As Slice<Byte>

CStride

 

property CStride: int read write;

 

int CStride { get; set; }

 

var CStride: int { get{} set{} }

 

CStride int

 

Property CStride() As int

NYCbCrAAt

 

method NYCbCrAAt(x: int; y: int): NYCbCrA

 

NYCbCrA NYCbCrAAt(int x, int y)

 

func NYCbCrAAt(_ x: int, _ y: int) -> NYCbCrA

 

func NYCbCrAAt(x int, y int) NYCbCrA

 

Function NYCbCrAAt(x As int, y As int) As NYCbCrA

Parameters:

  • x:
  • y:

Opaque

 

method Opaque: bool

 

bool Opaque()

 

func Opaque() -> bool

 

func Opaque() bool

 

Function Opaque() As bool

Rect

 

property Rect: Rectangle read write;

 

Rectangle Rect { get; set; }

 

var Rect: Rectangle { get{} set{} }

 

Rect Rectangle

 

Property Rect() As Rectangle

SubImage

 

method SubImage(r: Rectangle): Image

 

Image SubImage(Rectangle r)

 

func SubImage(_ r: Rectangle) -> Image

 

func SubImage(r Rectangle) Image

 

Function SubImage(r As Rectangle) As Image

Parameters:

  • r:

SubsampleRatio

 

property SubsampleRatio: YCbCrSubsampleRatio read write;

 

YCbCrSubsampleRatio SubsampleRatio { get; set; }

 

var SubsampleRatio: YCbCrSubsampleRatio { get{} set{} }

 

SubsampleRatio YCbCrSubsampleRatio

 

Property SubsampleRatio() As YCbCrSubsampleRatio

Y

 

property Y: Slice<Byte> read write;

 

Slice<Byte> Y { get; set; }

 

var Y: Slice<Byte> { get{} set{} }

 

Y Slice<Byte>

 

Property Y() As Slice<Byte>

YCbCr

 

var YCbCr: YCbCr;

 

YCbCr YCbCr

 

var YCbCr: YCbCr

 

YCbCr YCbCr

 

FIELD YCbCr() As YCbCr

YCbCrAt

 

// .NET, .NET Standard 2.0
method YCbCrAt(x: Int64; y: Int64): YCbCr
// Island
method YCbCrAt(x: int; y: int): YCbCr

 

// .NET, .NET Standard 2.0
YCbCr YCbCrAt(Int64 x, Int64 y)
// Island
YCbCr YCbCrAt(int x, int y)

 

// .NET, .NET Standard 2.0
func YCbCrAt(_ x: Int64, _ y: Int64) -> YCbCr
// Island
func YCbCrAt(_ x: int, _ y: int) -> YCbCr

 

// .NET, .NET Standard 2.0
func YCbCrAt(x Int64, y Int64) YCbCr
// Island
func YCbCrAt(x int, y int) YCbCr

 

// .NET, .NET Standard 2.0
Function YCbCrAt(x As Int64, y As Int64) As YCbCr
// Island
Function YCbCrAt(x As int, y As int) As YCbCr

Parameters:

  • x:
  • y:

YOffset

 

method YOffset(x: int; y: int): int

 

int YOffset(int x, int y)

 

func YOffset(_ x: int, _ y: int) -> int

 

func YOffset(x int, y int) int

 

Function YOffset(x As int, y As int) As int

Parameters:

  • x:
  • y:

YStride

 

property YStride: int read write;

 

int YStride { get; set; }

 

var YStride: int { get{} set{} }

 

YStride int

 

Property YStride() As int

 

A

 

var A: Slice<Byte>;

 

Slice<Byte> A

 

var A: Slice<Byte>

 

A Slice<Byte>

 

FIELD A() As Slice<Byte>

AStride

 

var AStride: int;

 

int AStride

 

var AStride: int

 

AStride int

 

FIELD AStride() As int

YCbCr

 

var YCbCr: YCbCr;

 

YCbCr YCbCr

 

var YCbCr: YCbCr

 

YCbCr YCbCr

 

FIELD YCbCr() As YCbCr

 

Cb

 

property Cb: Slice<Byte> read write;

 

Slice<Byte> Cb { get; set; }

 

var Cb: Slice<Byte> { get{} set{} }

 

Cb Slice<Byte>

 

Property Cb() As Slice<Byte>

Cr

 

property Cr: Slice<Byte> read write;

 

Slice<Byte> Cr { get; set; }

 

var Cr: Slice<Byte> { get{} set{} }

 

Cr Slice<Byte>

 

Property Cr() As Slice<Byte>

CStride

 

property CStride: int read write;

 

int CStride { get; set; }

 

var CStride: int { get{} set{} }

 

CStride int

 

Property CStride() As int

Rect

 

property Rect: Rectangle read write;

 

Rectangle Rect { get; set; }

 

var Rect: Rectangle { get{} set{} }

 

Rect Rectangle

 

Property Rect() As Rectangle

SubsampleRatio

 

property SubsampleRatio: YCbCrSubsampleRatio read write;

 

YCbCrSubsampleRatio SubsampleRatio { get; set; }

 

var SubsampleRatio: YCbCrSubsampleRatio { get{} set{} }

 

SubsampleRatio YCbCrSubsampleRatio

 

Property SubsampleRatio() As YCbCrSubsampleRatio

Y

 

property Y: Slice<Byte> read write;

 

Slice<Byte> Y { get; set; }

 

var Y: Slice<Byte> { get{} set{} }

 

Y Slice<Byte>

 

Property Y() As Slice<Byte>

YStride

 

property YStride: int read write;

 

int YStride { get; set; }

 

var YStride: int { get{} set{} }

 

YStride int

 

Property YStride() As int

 

constructor

 

constructor

 

NYCbCrA()

 

init()

 

Sub New()

constructor (YCbCr, Slice<Byte>, Int64)

 

// .NET, .NET Standard 2.0
constructor(aYCbCr: YCbCr; aA: Slice<Byte>; aAStride: Int64)
// Island
constructor(aYCbCr: YCbCr; aA: Slice<Byte>; aAStride: int)

 

// .NET, .NET Standard 2.0
NYCbCrA(YCbCr aYCbCr, Slice<Byte> aA, Int64 aAStride)
// Island
NYCbCrA(YCbCr aYCbCr, Slice<Byte> aA, int aAStride)

 

// .NET, .NET Standard 2.0
init(_ aYCbCr: YCbCr, _ aA: Slice<Byte>, _ aAStride: Int64)
// Island
init(_ aYCbCr: YCbCr, _ aA: Slice<Byte>, _ aAStride: int)

 

// .NET, .NET Standard 2.0
Sub New(aYCbCr As YCbCr, aA As Slice<Byte>, aAStride As Int64)
// Island
Sub New(aYCbCr As YCbCr, aA As Slice<Byte>, aAStride As int)

Parameters:

  • aYCbCr:
  • aA:
  • aAStride:

constructor (NYCbCrA)

 

constructor(value: NYCbCrA)

 

NYCbCrA(NYCbCrA value)

 

init(_ value: NYCbCrA)

 

Sub New(value As NYCbCrA)

Parameters:

  • value:

At (int, int): Color Island

 

method At(x: int; y: int): Color

 

Color At(int x, int y)

 

func At(_ x: int, _ y: int) -> Color

 

func At(x int, y int) Color

 

Function At(x As int, y As int) As Color

Parameters:

  • x:
  • y:

Bounds

 

method Bounds: Rectangle

 

Rectangle Bounds()

 

func Bounds() -> Rectangle

 

func Bounds() Rectangle

 

Function Bounds() As Rectangle

COffset

 

method COffset(x: int; y: int): int

 

int COffset(int x, int y)

 

func COffset(_ x: int, _ y: int) -> int

 

func COffset(x int, y int) int

 

Function COffset(x As int, y As int) As int

Parameters:

  • x:
  • y:

ColorModel Island

 

method ColorModel: Model

 

Model ColorModel()

 

func ColorModel() -> Model

 

func ColorModel() Model

 

Function ColorModel() As Model

YCbCrAt

 

// .NET, .NET Standard 2.0
method YCbCrAt(x: Int64; y: Int64): YCbCr
// Island
method YCbCrAt(x: int; y: int): YCbCr

 

// .NET, .NET Standard 2.0
YCbCr YCbCrAt(Int64 x, Int64 y)
// Island
YCbCr YCbCrAt(int x, int y)

 

// .NET, .NET Standard 2.0
func YCbCrAt(_ x: Int64, _ y: Int64) -> YCbCr
// Island
func YCbCrAt(_ x: int, _ y: int) -> YCbCr

 

// .NET, .NET Standard 2.0
func YCbCrAt(x Int64, y Int64) YCbCr
// Island
func YCbCrAt(x int, y int) YCbCr

 

// .NET, .NET Standard 2.0
Function YCbCrAt(x As Int64, y As Int64) As YCbCr
// Island
Function YCbCrAt(x As int, y As int) As YCbCr

Parameters:

  • x:
  • y:

YOffset

 

method YOffset(x: int; y: int): int

 

int YOffset(int x, int y)

 

func YOffset(_ x: int, _ y: int) -> int

 

func YOffset(x int, y int) int

 

Function YOffset(x As int, y As int) As int

Parameters:

  • x:
  • y: