Image.pixelDepth Property¶
Module: Image
Type: int
Definition¶
Pixel depth.
int get pixelDepth => getPixelDepth();
Exceptions
An error has occurred during Face Library execution.
public int pixelDepth
{
get => GetpixelDepth();
}
Exceptions
An error has occurred during Face Library execution.
public int getPixelDepth() throws FaceException
Exceptions
An error has occurred during Face Library execution.
public var pixelDepth: Int
get {
return Int(try! getPixelDepth())
}
}
Exceptions
An error has occurred during Face Library execution.
int id3FaceImage_GetPixelDepth (ID3_FACE_IMAGE hImage, int * pixelDepth)
Returns