interface OptionsFormat {
    format?: ImageFormat;
}

继承关系 (查看完整)

属性

属性

format?: ImageFormat

描述了以 RGBA 颜色空间表示的图像格式。

使用 TypeDoc 生成