GETSYSCOL.m

Returns a list of all available system colours.
2K descargas
Actualizado 28 abr 2003

Sin licencia

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.

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R13
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Tracking and Motion Estimation en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

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