Interface IScColor
Define una serie de métodos a implementar por un tipo que exponga información de color utilizando números de punto flotante.
Namespace: TheXDS.MCART.Types.Base
Assembly: MCART.Coloring.dll
Syntax
public interface IScColor
Properties
| Edit this page View SourceScA
Componente Alfa del color.
Declaration
float ScA { get; set; }
Property Value
Type | Description |
---|---|
float |
ScB
Componente Azul del color.
Declaration
float ScB { get; set; }
Property Value
Type | Description |
---|---|
float |
ScG
Componente Verde del color.
Declaration
float ScG { get; set; }
Property Value
Type | Description |
---|---|
float |
ScR
Componente Rojo del color.
Declaration
float ScR { get; set; }
Property Value
Type | Description |
---|---|
float |