GETSYSCOL.m

버전 1.0.0.0 (1.5 KB) 작성자: Richard Medlock
Returns a list of all available system colours.
다운로드 수: 2K
업데이트 날짜: 2003/4/28

라이선스 없음

GetSysCol(format,color)

GETSYSCOL

Returns a structure containing all the default system colors.

GETSYSCOL('matlab') - default
Returns colors in the standard matlab color format 0-1.

GETSYSCOL('rgb') - not case sensitive
Returns colors as individual RGB values using the range 0-255.

GETSYSCOL(format,color)
Returns the specified color from the list below in the specified
format ('matlab' or 'rgb')

Colors returned by this function:

ActiveBorder, HotTrackingColor,
ActiveTitle, InactiveBorder
AppWorkSpace, InactiveTitle
Background, InactiveTitleText
ButtonAlternateFace, InfoText
ButtonDkShadow, InfoWindow
ButtonFace, Menu
ButtonHilight, MenuBar
ButtonLight, MenuHilight
ButtonShadow, MenuText
ButtonText, Scrollbar
GradientActiveTitle, TitleText
GradientInactiveTitle, Window
GrayText, WindowFrame
Hilight, WindowText
HilightText

Only works on windows platform.

인용 양식

Richard Medlock (2024). GETSYSCOL.m (https://www.mathworks.com/matlabcentral/fileexchange/3326-getsyscol-m), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R13
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Tracking and Motion Estimation에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

Just modified the description so you can read the color names a bit better.