文档中心/本页总览Method getGreengetGreen获取背景绿色分量。Java@Deprecatedpublic int getGreen() { return (backgroundColor >> 8) & 0x0ff;}弃用该方法已废弃。返回值背景绿色分量。