Class LumaInPhaseQuadrature
The Luma, In-phase, and Quadrature (YIQ, NTSC 1953) model
Inheritance
object
LumaInPhaseQuadrature
Assembly: Terminaux.dll
Syntax
public class LumaInPhaseQuadrature : BaseColorModel
Properties
|
Edit this page
View Source
InPhase
The I component, known as chrominance information [0 -> 255]
Declaration
public int InPhase { get; }
Property Value
|
Edit this page
View Source
InPhaseNormalized
The I component, known as chrominance information [-0.5957 -> 0.5957]
Declaration
public double InPhaseNormalized { get; }
Property Value
|
Edit this page
View Source
Luma
The Y component, known as luma information [0 -> 255]
Declaration
Property Value
|
Edit this page
View Source
LumaNormalized
The Y component, known as luma information [0.0 -> 1.0]
Declaration
public double LumaNormalized { get; }
Property Value
|
Edit this page
View Source
Quadrature
The Q component, known as chrominance information [0 -> 255]
Declaration
public int Quadrature { get; }
Property Value
|
Edit this page
View Source
QuadratureNormalized
The Q component, known as chrominance information [-0.5226 -> 0.5226]
Declaration
public double QuadratureNormalized { 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(LumaInPhaseQuadrature)
Declaration
public bool Equals(LumaInPhaseQuadrature 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 YIQ specifier?
Declaration
public static bool IsSpecifierAndValueValid(string specifier)
Parameters
Type |
Name |
Description |
string |
specifier |
Specifier that represents a valid YIQ 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 YIQ specifier?
Declaration
public static bool IsSpecifierValid(string specifier, bool checkParts = false)
Parameters
Type |
Name |
Description |
string |
specifier |
Specifier that represents a valid YIQ 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 LumaInPhaseQuadrature ParseSpecifier(string specifier)
Parameters
Type |
Name |
Description |
string |
specifier |
Specifier of YIQ
|
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 RGB
|
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 ==(LumaInPhaseQuadrature, LumaInPhaseQuadrature)
Declaration
public static bool operator ==(LumaInPhaseQuadrature left, LumaInPhaseQuadrature right)
Parameters
Returns
|
Edit this page
View Source
operator !=(LumaInPhaseQuadrature, LumaInPhaseQuadrature)
Declaration
public static bool operator !=(LumaInPhaseQuadrature left, LumaInPhaseQuadrature right)
Parameters
Returns