Class Color

색상

색상을 나타냅니다.

방법

메서드반환 유형간략한 설명
asRgbColor()RgbColor이 색상을 RgbColor로 변환합니다.
asThemeColor()ThemeColor이 색상을 ThemeColor로 변환합니다.
getColorType()ColorType이 색상의 유형을 가져옵니다.

자세한 문서

asRgbColor()

이 색상을 RgbColor로 변환합니다.

리턴

RgbColor - RGB 색상입니다.

생성 값

Error: 색상이 RgbColor이 아닌 경우

승인

이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

asThemeColor()

이 색상을 ThemeColor로 변환합니다.

리턴

ThemeColor - 테마 색상입니다.

생성 값

Error: 색상이 ThemeColor이 아닌 경우

승인

이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets

getColorType()

이 색상의 유형을 가져옵니다.

리턴

ColorType - 색상 유형입니다.

승인

이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.

  • https://www.googleapis.com/auth/spreadsheets.currentonly
  • https://www.googleapis.com/auth/spreadsheets