Table of Contents

Method FromBytes

Namespace
LMKit.Graphics.Primitives
Assembly
LM-Kit.NET.dll

FromBytes(byte[])

Wraps the bytes of an ICC profile. The bytes are parsed once and kept (the array is copied, so a caller may reuse its buffer).

public static IccProfile FromBytes(byte[] bytes)

Parameters

bytes byte[]

Returns

IccProfile

Exceptions

ArgumentException

The bytes are not an ICC profile.

Share