SKImageInfo

Constructors

this
this(int width, int height)
Undocumented in source.
this
this(int width, int height, SKColorType colorType)
Undocumented in source.
this
this(int width, int height, SKColorType colorType, SKAlphaType alphaType)
Undocumented in source.
this
this(int width, int height, SKColorType colorType, SKAlphaType alphaType, SKColorSpace colorspace)
Undocumented in source.

Members

Functions

BitsPerPixel
int BitsPerPixel()
Undocumented in source. Be warned that the author may not have intended to support it.
BytesPerPixel
int BytesPerPixel()
Undocumented in source. Be warned that the author may not have intended to support it.
BytesSize
int BytesSize()
Undocumented in source. Be warned that the author may not have intended to support it.
BytesSize64
long BytesSize64()
Undocumented in source. Be warned that the author may not have intended to support it.
IsEmpty
bool IsEmpty()
Undocumented in source. Be warned that the author may not have intended to support it.
IsOpaque
bool IsOpaque()
Undocumented in source. Be warned that the author may not have intended to support it.
Rect
SKRectI Rect()
Undocumented in source. Be warned that the author may not have intended to support it.
RowBytes
int RowBytes()
Undocumented in source. Be warned that the author may not have intended to support it.
RowBytes64
long RowBytes64()
Undocumented in source. Be warned that the author may not have intended to support it.
Size
SKSizeI Size()
Undocumented in source. Be warned that the author may not have intended to support it.
WithAlphaType
SKImageInfo WithAlphaType(SKAlphaType newAlphaType)
Undocumented in source. Be warned that the author may not have intended to support it.
WithColorSpace
SKImageInfo WithColorSpace(SKColorSpace newColorSpace)
Undocumented in source. Be warned that the author may not have intended to support it.
WithColorType
SKImageInfo WithColorType(SKColorType newColorType)
Undocumented in source. Be warned that the author may not have intended to support it.
WithSize
SKImageInfo WithSize(SKSizeI size)
Undocumented in source. Be warned that the author may not have intended to support it.
WithSize
SKImageInfo WithSize(int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

FromManaged
SKImageInfoNative FromManaged(SKImageInfo managed)
Undocumented in source. Be warned that the author may not have intended to support it.
PlatformColorAlphaShift
int PlatformColorAlphaShift()
Undocumented in source. Be warned that the author may not have intended to support it.
PlatformColorBlueShift
int PlatformColorBlueShift()
Undocumented in source. Be warned that the author may not have intended to support it.
PlatformColorGreenShift
int PlatformColorGreenShift()
Undocumented in source. Be warned that the author may not have intended to support it.
PlatformColorRedShift
int PlatformColorRedShift()
Undocumented in source. Be warned that the author may not have intended to support it.
PlatformColorType
SKColorType PlatformColorType()
Undocumented in source. Be warned that the author may not have intended to support it.
ToManaged
SKImageInfo ToManaged(SKImageInfoNative native)
Undocumented in source. Be warned that the author may not have intended to support it.
UpdateNative
void UpdateNative(SKImageInfo managed, SKImageInfoNative native)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

AlphaType
SKAlphaType AlphaType;
Undocumented in source.
ColorSpace
SKColorSpace ColorSpace;
Undocumented in source.
ColorType
SKColorType ColorType;
Undocumented in source.
Empty
enum SKImageInfo Empty;
Undocumented in source.
Height
int Height;
Undocumented in source.
Width
int Width;
Undocumented in source.

Meta