skia
    Preparing search index...

    Interface PartialImageInfo

    interface PartialImageInfo {
        alphaType: EmbindEnumEntity;
        colorType: EmbindEnumEntity;
        height: number;
        width: number;
    }
    Index

    Properties

    alphaType: EmbindEnumEntity
    colorType: EmbindEnumEntity
    height: number
    width: number