색상설정 명령

GeoGebra Manual
이동: 둘러보기, 검색
Accessories dictionary.png
이 페이지는 공식 매뉴얼에서 출력과 pdf를 위한 부분입니다. 일반 사용자들은 이 페이지를 편집할 수 없습니다. 만일 이 페이지에서 오류를 발견하였으면, 연락하여 주시기 바랍니다.사용자에 의해 편집 가능한 버전으로 이동
SetColor( <Object>, <Red>, <Green>, <Blue> )
Changes the color of given object. The red, green and blue represent amount of corresponding color component, 0 being minimum and 1 maximum. Number t exceeding this interval is mapped to it using function 2\left|\frac{t}2-\mathrm round\left(\frac{t}2\right)\right|.
SetColor( <Object>, <"Color"> )
Changes the color of given object. The color is entered as text, that may be:
  • an English color name (see Reference:Colors). Some of them can be also used in national languages and are listed below.
노트: If you use this command in a GeoGebraScript, you must use the English color names
  • an hexadecimal string of the type #AARRGGBB or #RRGGBB, where AA defines transparency (00 full transparency to FF full opacity), RR defines the red component, GG the green one and BB the blue one.
예: SetColor(text1, "#80FF0000") sets the color of existing text1 as red, with a 50% white transparency.


  • 검정
  • 어두운 회색
  • 회색
  • 어두운 파랑
  • 파랑
  • 어두운 녹색
  • 녹색
  • 마룬
  • 크림슨
  • 빨강
  • 마젠타
  • 인디고
  • 자주
  • 갈색
  • 오렌지
  • 금색
  • 라임
  • 시안
  • 터콰이즈
  • Light Blue
  • 아쿠아
  • 은색
  • 밝은 회색
  • 분홍
  • 바이올렛
  • 노랑
  • 밝은 노랑
  • 밝은 오렌지
  • 밝은 보라
  • 밝은 자주
  • 밝은 녹색
  • 흰색
 
© 2024 International GeoGebra Institute