/// Gets the <see cref="T:System.Drawing.Imaging.ColorMatrix"/> for generating the polaroid filter.
/// </summary>
/// </summary>
internalstaticColorMatrixPolaroid
internalstaticColorMatrixPolaroid
{
{
get
get
{
{
returnnewColorMatrix(
returnnewColorMatrix(
newfloat[][]
new[]
{
{
newfloat[]{1.638f,-0.062f,-0.262f,0,0},
new[]{1.638f,-0.062f,-0.262f,0,0},
newfloat[]{-0.122f,1.378f,-0.122f,0,0},
new[]{-0.122f,1.378f,-0.122f,0,0},
newfloat[]{1.016f,-0.016f,1.383f,0,0},
new[]{1.016f,-0.016f,1.383f,0,0},
newfloat[]{0,0,0,1,0},
newfloat[]{0,0,0,1,0},
newfloat[]{0.06f,-0.05f,-0.05f,0,1}
new[]{0.06f,-0.05f,-0.05f,0,1}
});
});
}
}
}
}
/// <summary>
/// <summary>
/// Gets Lomograph.
/// Gets the <see cref="T:System.Drawing.Imaging.ColorMatrix"/> for generating the lomograph filter.
/// </summary>
/// </summary>
[SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1650:ElementDocumentationMustBeSpelledCorrectly", Justification = "Reviewed. Suppression is OK here.")]
internalstaticColorMatrixLomograph
internalstaticColorMatrixLomograph
{
{
get
get
{
{
returnnewColorMatrix(
returnnewColorMatrix(
newfloat[][]
new[]
{
{
newfloat[]{1.50f,0,0,0,0},
new[]{1.50f,0,0,0,0},
newfloat[]{0,1.45f,0,0,0},
new[]{0,1.45f,0,0,0},
newfloat[]{0,0,1.09f,0,0},
new[]{0,0,1.09f,0,0},
newfloat[]{0,0,0,1,0},
newfloat[]{0,0,0,1,0},
newfloat[]{-0.10f,0.05f,-0.08f,0,1}
new[]{-0.10f,0.05f,-0.08f,0,1}
});
});
}
}
}
}
/// <summary>
/// <summary>
/// Gets GreyScale.
/// Gets the <see cref="T:System.Drawing.Imaging.ColorMatrix"/> for generating the greyscale filter.
/// Gets the <see cref="T:System.Drawing.Imaging.ColorMatrix"/> for generating the high saturation filter.
/// </summary>
/// </summary>
[SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1650:ElementDocumentationMustBeSpelledCorrectly", Justification = "Reviewed. Suppression is OK here.")]
[SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1650:ElementDocumentationMustBeSpelledCorrectly", Justification = "Reviewed. Suppression is OK here.")]
/// Gets the <see cref="T:System.Drawing.Imaging.ColorMatrix"/> for generating the low saturation filter.
/// </summary>
/// </summary>
[SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1650:ElementDocumentationMustBeSpelledCorrectly", Justification = "Reviewed. Suppression is OK here.")]
[SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1650:ElementDocumentationMustBeSpelledCorrectly", Justification = "Reviewed. Suppression is OK here.")]