This documentation is for the old version. Go to the latest Graphics Mill docs

ColorProfile.FromSrgb Method

Creates ColorProfile class instance from standard sRGB color profile.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Shared Function FromSrgb As ColorProfile
C#
public static ColorProfile FromSrgb()

Return Value

Color profile based on standard sRGB profile.

See Also

Reference