fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
validate_color_values
Function
25 statements
Source File
fortplot_validation_core.f90
fortplot_validation_core
validate_color_values
Contents
public function validate_color_values(red, green, blue, alpha, context) result(validation)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=wp),
intent(in)
::
red
real(kind=wp),
intent(in)
::
green
real(kind=wp),
intent(in)
::
blue
real(kind=wp),
intent(in),
optional
::
alpha
character(len=*),
intent(in),
optional
::
context
Return Value
type(
parameter_validation_result_t
)