BritResource.BritResource

BritResource()

Initialiseert een nieuw exemplaar van hetBritResource klasse.

public BritResource()

Zie ook


BritResource(short, short, short, bool)

Initialiseert een nieuw exemplaar van hetBritResource klasse.

public BritResource(short brightness, short contrast, short meanValueForBrightnessAndContrast, 
    bool labColor)
ParameterTypeBeschrijving
brightnessInt16De helderheid.
contrastInt16Het contrast.
meanValueForBrightnessAndContrastInt16De gemiddelde waarde voor helderheid en contrast.
labColorBooleanindien ingesteld opWAAR [laboratoriumkleur].

Zie ook


BritResource(byte[])

Initialiseert een nieuw exemplaar van hetBritResourceclass. De specificatie van het PSD-formaat bevat de volgende beschrijving: 2 Brightness 2 Contrast 2 Gemiddelde waarde voor helderheid en contrast 1 Lab-kleur alleen Het wordt niet gebruikt in moderne PSD (CS5 en hoger) waar CgEd is. CgEd slaat info op properties

public BritResource(byte[] bytes)
ParameterTypeBeschrijving
bytesByte[]De bytes.

Zie ook