how can one create a new color?

1 visualización (últimos 30 días)
alpedhuez
alpedhuez el 13 de Ag. de 2020
Respondida: Walter Roberson el 13 de Ag. de 2020
I create a new color (that is, a new RGB setting). How can one save it as a new color so that I do not need to type RGB each time?

Respuestas (1)

Walter Roberson
Walter Roberson el 13 de Ag. de 2020
You can create a function that returns the rgb triple. There are also some approaches involving a class with static methods that would allow you to pack multiple items in one classdef
Unfortunately there is no way to add a new single letter color code such as 'r', no way to extend those to say that 'e' is 'emerald' for example: those are built in several places in the software.

Categorías

Más información sobre Blue en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by