White

White

グラフィックスあるいはスタイル指定中の白色を表す.

詳細

予備知識

  • Whiteは,グラフィックスあるいはスタイル指定で白色を表す記号である.Wolfram言語における色指定は,Graphics式あるいはGraphics3D式中で明示的に使うことができる(例:Graphics[{White,Disk[]}]).この場合,この色指定は,他の指定によって無効にされるまで,これに続くすべての式に影響する.この指定は,単独で(例:Plot[Sin[x],{x,0,2Pi},PlotStyle->White]),あるいはDirective複合式の一部として(例:Plot[Cos[x],{x,0,2Pi},PlotStyle->Directive[Thick,White]]),オプション指定の一部に使うこともできる.また,テキスト,式,ノートブックセル等の外観に影響を与えるStyleラッパーの中で使うこともできる(例:Style["hello",White]).
  • Whiteを評価するとGrayLevel[1]になる.
  • 他の色についての名前付き記号には,RedGreenBlueBlackGrayCyanMagentaYellowBrownOrangePinkPurpleおよびLightRed等の変形がある.GrayLevelを使うと任意のグレースケール色を入力することができる.HueRGBColorCMYKColorLABColorLUVColorXYZColorを使っても,任意の色を入力することができる.色は,LighterDarkerBlend等を使って調整することができる.ColorConvertを使って異なるシステム間で色を変換することができる.Graphics3Dオブジェクト中の色の外観は,GlowSpecularityLightingで制御することができる.彩色されたグラフィックスオブジェクトの透過性は,Opacityで指定することができる.ColorDataを使って,名前付き色空間で色を生成する関数を与えることができる.

例題

すべて開くすべて閉じる

  (1)

考えられる問題  (1)

白色は3Dにおける光源の色に影響されることがある:

これを避けるために中間色の光を使うことができる:

Wolfram Research (2004), White, Wolfram言語関数, https://reference.wolfram.com/language/ref/White.html.

テキスト

Wolfram Research (2004), White, Wolfram言語関数, https://reference.wolfram.com/language/ref/White.html.

CMS

Wolfram Language. 2004. "White." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/White.html.

APA

Wolfram Language. (2004). White. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/White.html

BibTeX

@misc{reference.wolfram_2024_white, author="Wolfram Research", title="{White}", year="2004", howpublished="\url{https://reference.wolfram.com/language/ref/White.html}", note=[Accessed: 22-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_white, organization={Wolfram Research}, title={White}, year={2004}, url={https://reference.wolfram.com/language/ref/White.html}, note=[Accessed: 22-November-2024 ]}