Class ColorScheme

ColorScheme

색 구성표는 ThemeColorType의 구성원과 이를 렌더링하는 데 사용되는 실제 색상 간의 매핑을 정의합니다.

메서드

메서드반환 유형간략한 설명
getConcreteColor(theme)Color이 색 구성표에서 ThemeColorType와 연결된 구체적인 Color를 반환합니다.
getThemeColors()ThemeColorType[]색 구성표에서 가능한 모든 테마 색상 유형의 목록을 반환합니다.
setConcreteColor(type, color)ColorScheme이 색 구성표에서 ThemeColorType와 연결된 구체적인 색상을 지정된 색상으로 설정합니다.
setConcreteColor(type, red, green, blue)ColorScheme이 색 구성표에서 ThemeColorType와 연결된 구체적인 색상을 RGB 형식의 지정된 색상으로 설정합니다.
setConcreteColor(type, hexColor)ColorScheme이 색 구성표에서 ThemeColorType와 연결된 구체적인 색상을 HEX 형식의 지정된 색상으로 설정합니다.

자세한 문서

getConcreteColor(theme)

이 색 구성표에서 ThemeColorType와 연결된 구체적인 Color를 반환합니다.

반환된 색상은 ThemeColor의 인스턴스가 아닙니다.

매개변수

이름유형설명
themeThemeColorType구체적인 색상을 파생할 테마 색상입니다.

리턴

Color: 이 스키마의 테마 색상 유형에 해당하는 구체적인 색상입니다.

승인

이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.

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

getThemeColors()

색 구성표에서 가능한 모든 테마 색상 유형의 목록을 반환합니다.

리턴

ThemeColorType[]: 이 스키마에서 가능한 테마 색상 유형입니다.

승인

이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.

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

setConcreteColor(type, color)

이 색 구성표에서 ThemeColorType와 연결된 구체적인 색상을 지정된 색상으로 설정합니다.

매개변수

이름유형설명
typeThemeColorType테마 색상 유형입니다.
colorColor테마 색상 유형을 설정할 색상입니다.

리턴

ColorScheme: 체이닝에 이 색 구성표가 반환됩니다.

승인

이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.

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

setConcreteColor(type, red, green, blue)

이 색 구성표에서 ThemeColorType와 연결된 구체적인 색상을 RGB 형식의 지정된 색상으로 설정합니다.

매개변수

이름유형설명
typeThemeColorType테마 색상 유형입니다.
redInteger테마 색상 유형을 설정할 색상의 빨간색 값입니다 (0~255).
greenInteger테마 색상 유형을 설정할 색상의 녹색 값입니다 (0~255).
blueInteger테마 색상 유형을 설정할 색상의 파란색 값입니다 (0~255).

리턴

ColorScheme: 체이닝에 이 색 구성표가 반환됩니다.

승인

이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.

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

setConcreteColor(type, hexColor)

이 색 구성표에서 ThemeColorType와 연결된 구체적인 색상을 HEX 형식의 지정된 색상으로 설정합니다.

16진수 문자열은 '#RRGGBB' 형식이어야 합니다.

매개변수

이름유형설명
typeThemeColorType테마 색상 유형입니다.
hexColorString테마 색상 유형을 설정할 16진수 색상입니다(예: '#F304a7').

리턴

ColorScheme: 체이닝에 이 색 구성표가 반환됩니다.

승인

이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.

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