diff --git a/api/@ohos.multimedia.image.d.ts b/api/@ohos.multimedia.image.d.ts index 6564ea82b2891e761b2a924d57a0166e6420497d..0f315d358826fe908eb59cd0d1a8097d7c844316 100644 --- a/api/@ohos.multimedia.image.d.ts +++ b/api/@ohos.multimedia.image.d.ts @@ -51,6 +51,14 @@ declare namespace image { * @syscap SystemCapability.Multimedia.Image.Core */ RGBA_8888 = 3, + + /** + * Indicates that each pixel is stored on 32 bits. Components B, G, R, and A each occupies 8 bits + * and are stored from the higher-order to the lower-order bits. + * @since 9 + * @syscap SystemCapability.Multimedia.Image.Core + */ + BGRA_8888 = 4, } /**