Class SolidFill
SolidFill
단색 채우기
SolidFill
객체는 분리되고 변경 불가능하므로 생성된 후 이루어진 변경사항이 반영되지 않습니다.
자세한 문서
getAlpha()
[0, 1.0] 범위의 색상 불투명도를 가져옵니다. 여기서 1.0은 완전히 불투명함을 의미합니다.
리턴
Number
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
getColor()
채우기 색상을 가져옵니다.
리턴
Color
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-12-02(UTC)
[null,null,["최종 업데이트: 2024-12-02(UTC)"],[[["`SolidFill` represents a solid color fill used in Google Slides, and these objects are immutable, meaning they won't change after creation."],["You can get the opacity of the fill using `getAlpha()`, which returns a number between 0 and 1, where 1 is fully opaque."],["The `getColor()` method allows you to retrieve the color of the fill as a `Color` object."],["To use these methods, your script needs authorization with specific scopes related to Google Presentations."]]],[]]