1つ以上のカラーマップエントリー用のRGB値を返す。
call "CBL_SCR_QUERY_COLORMAP" using table-count color-attribute RGB-values returning status-code
| 呼び出しプロトタイプ使用時 ( 説明の読み方) | PIC (32bitシステム) | ||||
|---|---|---|---|---|---|
| table-count | cblt-x2-compx | pic x(2) comp-x. | |||
| color-attribute | cblt-x4-compx occurs n times. | pic x(4) comp-x occurs n times. | |||
| RGB-values | Group predefined as cblt-generic-attr-rgb-values containing: | Group, occurs n times, containing | |||
| cblte-garv-red-value | cblt-x2-compx | pic x(2) comp-x. | |||
| cblte-garv-green-value | cblt-x2-compx | pic x(2) comp-x. | |||
| cblte-garv-blue-value | cblt-x2-compx | pic x(2) comp-x. | |||
| cblte-garv-filler | cblt-x1 occurs 2 | pic x(2). | |||
| status-code | 説明の読み方 参照 | ||||
| table-count | 問い合わせるエントリーの数 |
| color-attribute | 問い合わせる1つ以上のカラーマップ索引の表 |
| RGB-values | 表索引に対応するRGB値の表 |
| table-count | クエリに成功したエントリーの数。通常は要求された数だが、呼出しが完全に成功しなかった場合は少ない数となる。 |