diff --git a/api/@ohos.graphics.colorSpaceManager.d.ts b/api/@ohos.graphics.colorSpaceManager.d.ts index 70c9778c2fcc6917adf217d5f9a840b1a98c178f..db7b533a3f1b3a3c6414ae09aa6b90eebb044b41 100644 --- a/api/@ohos.graphics.colorSpaceManager.d.ts +++ b/api/@ohos.graphics.colorSpaceManager.d.ts @@ -144,19 +144,19 @@ import { AsyncCallback } from './basic'; * Get color space type. * @since 9 */ - GetColorSpaceName(): ColorSpace; + getColorSpaceName(): ColorSpace; /** * Get white point(x, y) of color space. * @since 9 */ - GetWhitePoint(): Array; + getWhitePoint(): Array; /** * Get gamma value of color space. * @since 9 */ - GetGamma(): number; + getGamma(): number; } /**