単独の名前付きカラーをRGB値に変換する。
call "CBL_SCR_NAME_TO_RGB" using color-name RGB-values returning status-code
呼び出しプロトタイプ使用時 ( 説明の読み方) | PIC (32bitシステム) | ||||
---|---|---|---|---|---|
table-count | cblt-x2-compx | pic x(2) comp-x. | |||
color-name | 以下を含む集団項目: | 以下を含む集団項目: | |||
color-name-len | cblt-x1-compx | pic x comp-x. | |||
color-name-buf | pic x(n). | pic x(n). | |||
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 | 説明の読み方 参照 |
color-name-len | 名前の文字数 |
color-name-buf | 変換されるカラー名 |
RGB-values | 名前付きカラーの変換先のRGB値 |
filler | 使用されていない。 |