Table of Contents

Method TryParse

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

TryParse(byte[], out IccProfile)

Parses the bytes of an ICC profile; false (and null) when they are not one.

public static bool TryParse(byte[] bytes, out IccProfile profile)

Parameters

bytes byte[]
profile IccProfile

Returns

bool
Share