GETSYSCOL.m

Returns a list of all available system colours.
2K download
Aggiornato 28 apr 2003

Nessuna licenza

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.

Cita come

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

Compatibilità della release di MATLAB
Creato con R13
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Tracking and Motion Estimation in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0

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