/**
 * 透明度 取值范围[0<= val <=1]
 */
export type SKOpacity = number;
