skia
    Preparing search index...

    Interface ImageInfo

    interface ImageInfo {
        alphaType: EmbindEnumEntity;
        colorSpace: ColorSpace;
        colorType: EmbindEnumEntity;
        height: number;
        width: number;
    }
    Index

    Properties

    alphaType: EmbindEnumEntity
    colorSpace: ColorSpace
    colorType: EmbindEnumEntity
    height: number
    width: number