Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
ColorTools[ToRGB24]
使い方
ToRGB24( input )
ToRGB24( input, colorspace )
パラメータ
input
-
ColorTools で使用できる色形式
colorspace
入力座標の色空間を指定する文字列
説明
ToRGB24 プロシージャは、ColorTools で使用できる色形式を整数の RGB 値のリストに変換します。入力を色として認識できない場合は、エラーが出力されます。
2 番目の呼び出しシーケンスの入力は、colorspace で指定した色空間の座標のリストです。
互換性
ColorTools[ToRGB24] コマンドは Maple 16 で導入されました。
Maple 16 における変更点についての詳細は、Maple 16 の新機能 を参照してください。
例
with(ColorTools):
ToRGB24("Red");
ToRGB24('red');
ToRGB24(Color("HSV", [0.,1.,1.]));
ToRGB24([0, 1, 1], "HSV");
ToRGB24( [255, 0, 0] );
整数 0 と 1 のリストはあいまいです。ToRGB24 はこれらを浮動小数として扱います。
ToRGB24( [0., 1., 0.] );
ToRGB24( [0, 1, 0] );
参照
ColorTools/ColorFormats、ColorTools/ColorSpaces
Download Help Document