BritResource.BritResource

BritResource()

Initializes a new instance of the BritResource class.

public BritResource()

See Also


BritResource(short, short, short, bool)

Initializes a new instance of the BritResource class.

public BritResource(short brightness, short contrast, short meanValueForBrightnessAndContrast, 
    bool labColor)
ParameterTypeDescription
brightnessInt16The brightness.
contrastInt16The contrast.
meanValueForBrightnessAndContrastInt16The mean value for brightness and contrast.
labColorBooleanif set to true [lab color].

See Also


BritResource(byte[])

Initializes a new instance of the BritResource class. PSD format specification contains following description: 2 Brightness 2 Contrast 2 Mean value for brightness and contrast 1 Lab color only It is not used in modern PSD(CS5 and up) where CgEd is. CgEd stores info properties

public BritResource(byte[] bytes)
ParameterTypeDescription
bytesByte[]The bytes.

See Also