Table of Contents

Struct SimpleColorProfile

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Simple description of a color space.
D2D1_SIMPLE_COLOR_PROFILE

public struct SimpleColorProfile : IEquatable<SimpleColorProfile>
Implements
Inherited Members

Constructors

SimpleColorProfile(Point2Float, Point2Float, Point2Float, Point2Float, SimpleColorProfileGamma)

Properties

BluePrimary

The xy coordinates of the blue primary in the CIExyY color space.

Gamma

The gamma encoding to use for this color space.

GreenPrimary

The xy coordinates of the green primary in the CIExyY color space.

RedPrimary

The xy coordinates of the red primary in the CIExyY color space.

WhitePointXZ

The XZ tristimulus values for the whitepoint in the CIEXYZ color space, normalized to luminance (Y) of 1.

Methods

Equals(SimpleColorProfile)
Equals(in SimpleColorProfile)
Equals(object?)
GetHashCode()

Operators

operator ==(in SimpleColorProfile, in SimpleColorProfile)
operator !=(in SimpleColorProfile, in SimpleColorProfile)