Is an ICC profile applied to a figure output in MATLAB by default?

2 views (last 30 days)
I'm trying to create a figure using:
>> f1 = figure('color', [1 0 0]); % Create a red figure window
Now, I would like to know whether the figure will be displayed in the display's native color or will the color be adjusted with the "ICC profile" that my operating system is using. In other words, I would like to know if I display a simple figure window in MATLAB, will an "ICC profile" be applied to it by default or not?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 22 Jan 2024
MATLAB Desktop does not have the "ICC profile" applied to it by default and the figure will be displayed in the native color of the display it is being viewed in (i.e., no ICC profile is applied to the output).
However, for MATLAB Online, some non-Chromium browsers might apply the "ICC profile" to the “Canvas” in which MATLAB Online gets rendered in a web browser. This is not true for Chromium browsers wherein no "ICC profile" is applied to MATLAB Online.

More Answers (0)

Categories

Find more on Contour Plots in Help Center and File Exchange

Products


Release

R2023b

Community Treasure Hunt

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

Start Hunting!