gimp

13.3.4.8.2. SF-COLOR

대화상자의 색상 버튼을 추가합니다.

1. 매개변수의 정의

SF-COLOR "label" '(red green blue)

또는

SF-COLOR "label" (list red green blue)

또는

SF-COLOR "label" "color"

⚠️ 주의: 매개변수를 목록으로 넣기 위해 list 또는 '(어퍼스트로피)를 써야 하는 점을 유의하세요.

관련 문서: 13.3.3.1. 리스트 정의하기 - 3. 리스트 정의

관련 문서: 13.3.3.4. list 함수로 리스트 정의하기

2. 매개변수의 인자 목록

요소 설명
label 위젯 옆에 표시될 텍스트
‘(red green blue) 빨강, 초록, 파랑의 색상값 목록
“color” CSS 색상 표기법

3. 예시: 매개변수의 정의와 위젯 모습

3-1. Background color

그림 13.3.4.8.2.a1. Script-Fu: Sphere - Background color

13-03-04-08-02-a1

(script-fu-register "script-fu-test-sphere"
  
  SF-COLOR      "Background color"   "white"
  
)
요소
label “Background color”
‘(red green blue)  
“color” “white”

3-2. Sphere color

그림 13.3.4.8.2.a2. Script-Fu: Sphere - Sphere color

13-03-04-08-02-a2

(script-fu-register "script-fu-test-sphere"
  
  SF-COLOR      "Sphere color"       "red"
  
)
요소
label “Sphere color”
‘(red green blue)  
“color” “red”

다른 페이지로 가기

➡️ 다음: 13.3.4.8.3. SF-FONT

⬅️ 이전: 13.3.4.8.1. SF-ADJUSTMENT

⬆️ 위: 13.3.4.8. Script-Fu 매개변수(parameter) API(The Script-Fu parameter API)

⬆️ 위: 13.3.4. 첫번째 Script-Fu 스크립트(Your first Script-Fu script)

⬆️ 위: 13.3. Script-Fu 튜토리얼(A Script-Fu tutorial)

⬆️ 위: 13. 스크립팅(Scripting)

🏠 홈

원문