YCbCr
Overview
Location
- Reference: Go.fx
- Namespace: go.image
- Platforms: Island
constructor
constructor
YCbCr()
init()
Sub New()
constructor(aY: Slice<Byte>; aCb: Slice<Byte>; aCr: Slice<Byte>; aYStride: int; aCStride: int; aSubsampleRatio: YCbCrSubsampleRatio; aRect: Rectangle)
YCbCr(Slice<Byte> aY, Slice<Byte> aCb, Slice<Byte> aCr, int aYStride, int aCStride, YCbCrSubsampleRatio aSubsampleRatio, Rectangle aRect)
Parameters:
- aY:
- aCb:
- aCr:
- aYStride:
- aCStride:
- aSubsampleRatio:
- aRect:
constructor (YCbCr)
Parameters:
- value:
Parameters:
- x:
- y:
Parameters:
- x:
- y:
Bounds
method Bounds: Rectangle
Rectangle Bounds()
func Bounds() -> Rectangle
func Bounds() Rectangle
Function Bounds() As Rectangle
Cb
COffset
Parameters:
- x:
- y:
ColorModel
method ColorModel: Model
Model ColorModel()
func ColorModel() -> Model
func ColorModel() Model
Function ColorModel() As Model
Cr
CStride
Opaque
method Opaque: bool
bool Opaque()
func Opaque() -> bool
func Opaque() bool
Function Opaque() As bool
Rect
SubImage
Parameters:
- r:
SubsampleRatio
var SubsampleRatio: YCbCrSubsampleRatio;
YCbCrSubsampleRatio SubsampleRatio
var SubsampleRatio: YCbCrSubsampleRatio
SubsampleRatio YCbCrSubsampleRatio
FIELD SubsampleRatio() As YCbCrSubsampleRatio
Y
YCbCrAt
Parameters:
- x:
- y:
YOffset
Parameters:
- x:
- y:
YStride
Cb
Cr
CStride
Rect
SubsampleRatio
var SubsampleRatio: YCbCrSubsampleRatio;
YCbCrSubsampleRatio SubsampleRatio
var SubsampleRatio: YCbCrSubsampleRatio
SubsampleRatio YCbCrSubsampleRatio
FIELD SubsampleRatio() As YCbCrSubsampleRatio
Y
YStride
constructor
constructor
YCbCr()
init()
Sub New()
constructor(aY: Slice<Byte>; aCb: Slice<Byte>; aCr: Slice<Byte>; aYStride: int; aCStride: int; aSubsampleRatio: YCbCrSubsampleRatio; aRect: Rectangle)
YCbCr(Slice<Byte> aY, Slice<Byte> aCb, Slice<Byte> aCr, int aYStride, int aCStride, YCbCrSubsampleRatio aSubsampleRatio, Rectangle aRect)
Parameters:
- aY:
- aCb:
- aCr:
- aYStride:
- aCStride:
- aSubsampleRatio:
- aRect:
constructor (YCbCr)
Parameters:
- value:
Parameters:
- x:
- y:
Bounds
method Bounds: Rectangle
Rectangle Bounds()
func Bounds() -> Rectangle
func Bounds() Rectangle
Function Bounds() As Rectangle
ColorModel