Global
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.image.internal.imageutil
- Platforms: .NET, .NET Standard 2.0, Island
Methods
DrawYCbCr
// .NET, .NET Standard 2.0
class method DrawYCbCr(dst: Memory<RGBA>; r: Rectangle; src: Memory<YCbCr>; sp: Point): bool
// Island
class method DrawYCbCr(dst: Memory<RGBA>; r: Rectangle; src: Memory<YCbCr>; sp: Point): bool
// .NET, .NET Standard 2.0
static bool DrawYCbCr(Memory<RGBA> dst, Rectangle r, Memory<YCbCr> src, Point sp)
// Island
static bool DrawYCbCr(Memory<RGBA> dst, Rectangle r, Memory<YCbCr> src, Point sp)
// .NET, .NET Standard 2.0
static func DrawYCbCr(_ dst: Memory<RGBA>, _ r: Rectangle, _ src: Memory<YCbCr>, _ sp: Point) -> bool
// Island
static func DrawYCbCr(_ dst: Memory<RGBA>, _ r: Rectangle, _ src: Memory<YCbCr>, _ sp: Point) -> bool
Parameters:
- dst:
- r:
- src:
- sp: