BritResource.BritResource

BritResource()

の新しいインスタンスを初期化しますBritResourceclass.

public BritResource()

関連項目


BritResource(short, short, short, bool)

の新しいインスタンスを初期化しますBritResourceclass.

public BritResource(short brightness, short contrast, short meanValueForBrightnessAndContrast, 
    bool labColor)
パラメータタイプ説明
brightnessInt16明るさ。
contrastInt16コントラスト。
meanValueForBrightnessAndContrastInt16明るさとコントラストの平均値。
labColorBooleanに設定した場合真実 【ラボカラー】。

関連項目


BritResource(byte[])

の新しいインスタンスを初期化しますBritResourceclass. PSD 形式の仕様には次の説明が含まれます: 2 Brightness 2 Contrast 2 輝度とコントラストの平均値 1 Lab color only CgEd が存在する最新の PSD (CS5 以降) では使用されません。 CgEd ストア情報 properties

public BritResource(byte[] bytes)
パラメータタイプ説明
bytesByte[]バイト。

関連項目