interface OptionsFormat {
    format?: ImageFormat;
}

继承关系 (查看全部)

属性

属性

format?: ImageFormat

描述了 RGBA 颜色空间中的图像格式。

使用 TypeDoc 生成