Class CyanMagentaYellowKey
Inheritance
object
CyanMagentaYellowKey
Assembly: Terminaux.dll
Syntax
public class CyanMagentaYellowKey : BaseColorModel
Properties
|
Edit this page
View Source
CMY
The Cyan, Magenta, and Yellow color values
Declaration
public CyanMagentaYellow CMY { get; }
Property Value
|
Edit this page
View Source
K
The black key color value [0.0 -> 1.0]
Declaration
Property Value
|
Edit this page
View Source
KWhole
The black key color value [0 -> 100]
Declaration
public int KWhole { get; }
Property Value
Methods
|
Edit this page
View Source
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
object.Equals(object)
|
Edit this page
View Source
Equals(CyanMagentaYellowKey)
Declaration
public bool Equals(CyanMagentaYellowKey other)
Parameters
Returns
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
object.GetHashCode()
|
Edit this page
View Source
IsSpecifierAndValueValid(string)
Does the string specifier represent a valid CMYK specifier?
Declaration
public static bool IsSpecifierAndValueValid(string specifier)
Parameters
Type |
Name |
Description |
string |
specifier |
Specifier that represents a valid CMYK specifier
|
Returns
Type |
Description |
bool |
True if the specifier is valid; false otherwise.
|
|
Edit this page
View Source
IsSpecifierValid(string, bool)
Does the string specifier represent a valid CMYK specifier?
Declaration
public static bool IsSpecifierValid(string specifier, bool checkParts = false)
Parameters
Type |
Name |
Description |
string |
specifier |
Specifier that represents a valid CMYK specifier
|
bool |
checkParts |
Whether to check the parts count or not
|
Returns
Type |
Description |
bool |
True if the specifier is valid; false otherwise.
|
|
Edit this page
View Source
ParseSpecifier(string)
Declaration
public static CyanMagentaYellowKey ParseSpecifier(string specifier)
Parameters
Type |
Name |
Description |
string |
specifier |
Specifier of CMYK
|
Returns
Exceptions
|
Edit this page
View Source
ParseSpecifierToRgb(string, ColorSettings?)
Declaration
public static RedGreenBlue ParseSpecifierToRgb(string specifier, ColorSettings? settings = null)
Parameters
Type |
Name |
Description |
string |
specifier |
Specifier of CMYK
|
ColorSettings |
settings |
Settings to use. Use null for global settings
|
Returns
Exceptions
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
object.ToString()
Operators
|
Edit this page
View Source
operator ==(CyanMagentaYellowKey, CyanMagentaYellowKey)
Declaration
public static bool operator ==(CyanMagentaYellowKey left, CyanMagentaYellowKey right)
Parameters
Returns
|
Edit this page
View Source
operator !=(CyanMagentaYellowKey, CyanMagentaYellowKey)
Declaration
public static bool operator !=(CyanMagentaYellowKey left, CyanMagentaYellowKey right)
Parameters
Returns