1153万例文収録!

「Colormap」に関連した英語例文の一覧と使い方(3ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > Colormapの意味・解説 > Colormapに関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

Colormapを含む例文一覧と使い方

該当件数 : 129



例文

The xpm converter understands the closeness argument, that helpsusing less colors (useful if you have a limited colormap). 例文帳に追加

xpm コンバータは、色をあまり使えない時に役立つ closeness 引き数も受け付ける(カラーマップが制限を受けているときに便利である)。 - XFree86

The XcmsAllocColor function ultimately calls XAllocColor to allocate a read-only color cell (colormap entry) with the specified color.例文帳に追加

関数XcmsAllocColorは、指定した色を持つ読み取り専用のカラーセル(カラーマップのエントリー)を割り当てるため、最終的にはXAllocColorを呼び出す。 - XFree86

Because of the screen's hardware limitations or gamut compression, the color stored in the colormap may not be identical to the color specified.例文帳に追加

スクリーンのハードウェアの制限やガモット圧縮のため、カラーマップに格納された色は指定した色と異なることがある。 - XFree86

Description The XAllocColorfunction allocates a read-only colormap entry corresponding to the closest RGB value supported by the hardware.例文帳に追加

説明関数XAllocColorはハードウェアにサポートされている中から最も近い RGB 値に対応する読み取り専用のカラーマップエントリーを割り当てる。 - XFree86

例文

The new member is set to indicate whether the colormap for the specified window was changed or installed or uninstalled and can be True or False.例文帳に追加

new メンバは、指定したウィンドウに対するカラーマップが変更、インストール、アンインストールのいずれがなされたかを示す値が設定される。 - XFree86


例文

It returns both the exact color values and the closest values provided by the screen with respect to the visual typeof the specified colormap.例文帳に追加

この関数は指定したカラーマップのタイプについて、正確な色の値とスクリーンが提供する最も近い値の両方を返す。 - XFree86

The XCloseDisplay function closes the connection to the X server for the display specified in the Display structure and destroys all windows, resource IDs (Window, Font,Pixmap, Colormap, Cursor, and GContext), or other resources that the client has created on this display, unless the close-down mode of the resource has been changed (see XSetCloseDownMode).例文帳に追加

XCloseDisplay関数はDisplay構造体で指定したディスプレイの X サーバへの接続を閉じ、全てのウィンドウ、リソースID(n ( Window ,Font ,Pixmap ,Colormap ,Cursor ,GContext)、クライアントがこのディスプレイ上に作成した他のリソースを破棄する。 ただし、リソースの終了モードが変更されている場合、リソースは破棄されない(XSetCloseDownModeを参照)。 - XFree86

The DefaultColormap macro returns the default colormap ID for allocation on the specified screen.The DefaultDepth macro returns the depth (number of planes) of the default root window for the specified screen.例文帳に追加

マクロDefaultColormapは指定したスクリーンのデフォルトカラーマップのIDを返す。 マクロDefaultDepthは、指定したスクリーンのデフォルトのルートウィンドウの深さ(プレーンの数)を返す。 - XFree86

GLwNallocateBackground IfTRUE, the background pixel and pixmap will be allocated if appropriateusing the newly calculated colormap and visual. 例文帳に追加

"GLwNallocateBackground"TRUE の場合、(そうすることが適切であれば)新しく計算されたカラーマップとビジュアルを用いて背景ピクセルとピックスマップが割り当てられる。 - XFree86

例文

All specified pixels that are allocated by the client in the colormap are freed, even if one or more pixels produce an error.例文帳に追加

1つ以上のピクセルがエラーとなっていても、指定したピクセルでクライアントによってカラーマップ内に割り当てられたものは全て解放される。 - XFree86

例文

XStoreColors changes the specified pixels if they are allocated writable in the colormap by any client, even if one or more pixels generates an error.例文帳に追加

XStoreColors は、ピクセルが書き込み可能でカラーマップに割り当てられていれば、1つ以上のピクセルでエラーになっても、指定したピクセルを変更する。 - XFree86

It returns both the exact color values and the closest values provided by the screen with respect to the visual type of the specified colormap.例文帳に追加

この関数は正確な色の値と、指定したカラーマップのビジュアル型に関してスクリーンが提供する最も近い値の両方を返す。 - XFree86

If an application creates multipleGLwDrawingAreas with the same visual, the same colormap will be used. 例文帳に追加

)アプリケーションが同じビジュアルから複数個の GLwDrawingAreas を生成する場合、同じカラーマップが使われる(ただし異なるアプリケーション間ではカラーマップは共有されない)。 - XFree86

GLwNinstallColormap Ifset to TRUE, the widget will call XSetWMColormapWindows to tell the windowmanager to install the colormap when the window's shell has focus. 例文帳に追加

"GLwNinstallColormap"TRUE が設定されている場合、このウィンドウのシェルがフォーカスを得た時に、ウィジェットは XSetWMColormapWindows を呼び出してウィンドウマネージャにカラーマップをインストールするように指示する。 - XFree86

When the colormap entry of a pixel value is changed (using XStoreColors, XStoreColor,or XStoreNamedColor), the pixel is decomposed according to the masks,and the corresponding independent entries are updated.例文帳に追加

ピクセル値のカラーマップエントリーが(XStoreColors ,XStoreColor ,XStoreNamedColorの使用により)変更された時、ピクセルはマスクに従って分解され、対応する独立したエントリーが更新される。 - XFree86

Changing the colormap of a window (that is, defining a new map, not changing the contents of the existing map) generates a ColormapNotify event.例文帳に追加

ウィンドウのカラーマップを変更すると(つまり新しいカラーマップの定義をした場合。 既に存在するカラーマップの内容の変更ではない)、ColormapNotifyイベントが生成される。 - XFree86

For the other visual classes, if alloc is AllocNone, the colormap initially has no allocated entries, and clients can allocate them.例文帳に追加

これら以外のビジュアルクラスにおいて alloc がAllocNoneならば、カラーマップには初期値として割り当てられているエントリーは存在せず、クライアントがエントリーを割り当てることができる。 - XFree86

This pixel value must be a valid index for the specified colormap,and the color cell specified by the pixel value must be a read/write cell.If the pixel value is not a valid index, a BadValue error results. 例文帳に追加

また、ピクセル値によって指定されるカラーセルは読み書き可能なセルでなければならない。 ピクセル値が有効なインデックスでない場合は、エラーBadValueとなる。 - XFree86

For example,if a 12-bit hardware colormap is overloaded to support 8-bit colormaps, the corresponding 8-bit visuals would conflict with the 12-bit visuals. Errors例文帳に追加

例えば、12 ビットのハードウェアカラーマップを無理に 8 ビットのカラーマップに対応させようとした場合、これに相当する 8 ビットのビジュアルが 12 ビットのビジュアルとぶつかるだろう。 - XFree86

Information displayed includes the location of the window, its width and height, its depth, border width, class, colormap id if any, map state, backing-store hint, and location of the corners. -bits例文帳に追加

表示される情報は、ウィンドウの位置、幅と高さ、深さ、境界の幅、クラス、(もしあれば)カラーマップID、マップの状態、バッキングストアのヒント、ウィンドウの隅の位置である。 - XFree86

Changing the colormap of a visible window may have no immediate effect on the screen because the map may not be installed (see XInstallColormap).例文帳に追加

可視ウィンドウのカラーマップを変更しても、その影響はすぐには現れないことがある。 これは、カラーマップがインストールされていないかもしれないからである(XInstallColormapを参照すること)。 - XFree86

If a pixel is not a valid index into the specified colormap, a BadValue error results.If more than one pixel is in error, the one that gets reported is arbitrary.例文帳に追加

ピクセル値が指定したカラーマップ内の有効なインデックスでない場合は、エラーBadValueとなる。 1つより多くのピクセルがエラーになった場合、通知されるエラーはどれかわからない。 - XFree86

Each pixel value must be a valid index for the specified colormap, and the color cell specified by each pixel value must be a read/writecell.例文帳に追加

このピクセル値は指定したカラーマップに対する有効なインデックスでなければならない。 また、ピクセル値によって指定されるカラーセルは読み書き可能なセルでなければならない。 - XFree86

The masking step will take place automatically on many machine architectures,depending on the size of the integer type used to do the computation, Thevisualid member gives the ID number of the visual from which the colormap was created.例文帳に追加

多くの計算機アーキテクチャでは、マスキングの処理は計算に使用される整数のサイズに依存して自動的に行われる。 visualid メンバは、カラーマップを生成したビジュアルの ID 番号を与える。 - XFree86

If a specified pixel is not a valid index into the colormap, a BadValue error results.If a specified pixel either is unallocated or is allocated read-only, a BadAccess error results.例文帳に追加

指定したピクセルがカラーマップの正しいインデックスでない場合には、BadValueエラーとなる。 指定したピクセルが割り当てられていないか、読み取り専用で割り当てられている場合には、BadAccessエラーとなる。 - XFree86

If the user chooses this option, it is usually necessary to temporarily disable the real window manager since it will interfere with the Xnest scheme of colormap installation.例文帳に追加

ユーザがこのオプションを選択した場合には、通常は一時的に実ウィンドウマネージャを無効にする必要がある。 なぜなら、このオプションは Xnest がカラーマップをインストールする方法と衝突するからである。 - XFree86

If the specified colormap was not created by the client with AllocAll, the allocations to be moved are all those pixels and planes that have been allocated by the client using XAllocColor, XAllocNamedColor,XAllocColorCells, or XAllocColorPlanes and that have not been freedsince they were allocated.例文帳に追加

指定したカラーマップが、クライアントでAllocAllとして生成されていなかった場合には、移動されるピクセルとプレーンは以下の関数を用いてクライアントで割り当てられ、それ以降解放されていないものである:XAllocColor ,XAllocNamedColor ,XAllocColorCells ,XAllocColorPlanes - XFree86

Examples of ways to change the screen include scrambling the colormap periodically, moving an iconimage around the screen periodically, or tiling the screen with the root window background tile, randomly re-origined periodically.例文帳に追加

スクリーンの書き換え方法の例としては、カラーマップをごちゃ混ぜにする方法、アイコンイメージを周期的にスクリーンの周りで移動させる方法、スクリーンをルートウィンドウの背景タイルとし、定期的にランダムに原点を変える方法が挙げられる。 - XFree86

例文

If a specified pixel is not allocated by the client (that is, is unallocated or is only allocated by another client) or if the colormap was created with all entries writable(by passing AllocAll to XCreateColormap), a BadAccess error results.If more than one pixel is in error, the one that gets reported is arbitrary.例文帳に追加

指定したピクセルが、そのクライアントによって割り当てられていない(つまり、割り当てられていないか、別のクライアントによってのみ割り当てられている)場合や、カラーマップの全てのエントリーが書き込み可能で作られている(XCreateColormapにAllocAllを渡している)場合には、BadAccessエラーとなる。 複数のピクセルがエラーの場合、エラーが通知されるピクセルはどれかわからない。 - XFree86




  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS