MixrResource.MixrResource

MixrResource()

Initializes a new instance of the MixrResource class. PSD format specification contains following description: 2 Version ( = 1) 2 Monochrome 20 RGB or CMYK color plus constant for the mixer settings. 4 * 2 bytes of color with 2 bytes of constant.

public MixrResource()

See Also


MixrResource(byte[])

Initializes a new instance of the MixrResource class. PSD format specification contains following description: 2 Version ( = 1) 2 Monochrome 20 RGB or CMYK color plus constant for the mixer settings. 4 * 2 bytes of color with 2 bytes of constant.

public MixrResource(byte[] data)
ParameterTypeDescription
dataByte[]The data of the resource.

See Also