Microsoft DirectX 8.0 (Visual Basic)

D3DGAMMARAMP

赤、緑、青の各ランプのデータを格納する。

Type D3DGAMMARAMP
    blue(0 To 255) As Integer
    green(0 To 255) As Integer
    red(0 To 255) As Integer
End Type

メンバ

blue、green、および red
赤、緑、および青のガンマ ランプを記述する 256 個の Integer 要素の配列。

参照

Direct3DDevice8.GetGammaRampDirect3DDevice8.SetGammaRamp