how can one create a new color?

1 回表示 (過去 30 日間)
alpedhuez
alpedhuez 2020 年 8 月 13 日
回答済み: Walter Roberson 2020 年 8 月 13 日
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?
  1 件のコメント
KSSV
KSSV 2020 年 8 月 13 日
Read about colormap.

サインインしてコメントする。

回答 (1 件)

Walter Roberson
Walter Roberson 2020 年 8 月 13 日
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.

カテゴリ

Help Center および File ExchangeBlue についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by